img {
  display: inline-block;
}

.body {
  font-family: 'Fira Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 400;
}

.hero-container {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 55, 70, 0.85)), to(rgba(36, 55, 70, 0.85))), url('../images/hero-background2_1.jpg');
  background-image: linear-gradient(180deg, rgba(36, 55, 70, 0.85), rgba(36, 55, 70, 0.85)), url('../images/hero-background2_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.nav-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.container-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 90%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.link-brand {
  -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;
}

.nav-link {
  padding-right: 20px;
  padding-left: 15px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: 'Fira Sans', sans-serif;
  color: #243746;
  font-size: 16px;
  font-weight: 500;
}

.nav-link:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #ac8e2d;
}

.nav-link.w--current {
  color: #ac8e2d;
}

.hero-wrapper {
  position: absolute;
  left: 65%;
  top: 70%;
  z-index: 1000;
  display: block;
  margin-right: 40px;
  -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;
  background-color: transparent;
}

.hero-slider-wrapper {
  position: absolute;
  left: 25%;
  top: 10%;
  display: block;
  overflow: visible;
  width: 25%;
  height: 90%;
}

.slide {
  background-image: url('../images/hero-portes1.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

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

.slide-nav {
  font-size: 10px;
}

.slide-2 {
  background-image: url('../images/hero-portes2_1.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.arrow-slider-hero {
  display: none;
}

.section-division {
  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;
}

.wrap-quarter {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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;
}

.wrap-quarter.quarter-img {
  position: relative;
  background-color: #fff;
}

.section-realisations {
  background-color: #243746;
}

.section-realisations.hidden {
  display: none;
}

.container {
  position: static;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10%;
  padding-bottom: 10%;
}

.container.non-wide-container {
  width: 80%;
}

.container.flex-content {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.flex-content.flex-contact {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-realisations {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 3.2em;
  line-height: 1em;
  font-weight: 300;
}

.wrap-logo-desc {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50vh;
}

.div-block {
  padding: 10px;
}

.link-page-beginois {
  padding: 20px 40px;
}

.img-desc {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

.text-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  background-color: rgba(10, 16, 20, 0.8);
  text-decoration: none;
}

.div-block-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.inner-wrap {
  padding-right: 80px;
  padding-left: 80px;
}

.custom-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

.mask {
  overflow: hidden;
}

.icon {
  display: none;
}

.icon-2 {
  display: none;
}

.hero-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.hero-slide.hero-slide-active {
  display: block;
  background-image: url('../images/hero-portes2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.hero-slide.hero-slide-1 {
  background-image: url('../images/hero-portes2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.hero-slide.hero-slide-1.hero-slide-active {
  display: block;
  background-image: url('../images/pin-clair860.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
}

.hero-slide.hero-slide-2 {
  display: none;
  background-image: url('../images/beginois1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slide.hero-slide-2.hero-slide-active {
  display: block;
}

.hero-slide.hero-slide-3 {
  display: none;
  background-image: url('../images/merisier5ps_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slide.hero-slide-3.hero-slide-active {
  display: block;
}

.hero-slide.hero-slide-4 {
  display: none;
  background-image: url('../images/beginois2_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slide.hero-slide-4.hero-slide-active {
  display: block;
}

.hero-slide.hero-slide-5 {
  display: none;
  background-image: url('../images/pinclair907.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slide.hero-slide-5.hero-slide-active {
  display: block;
}

.hero-slide.hero-slide-6 {
  display: none;
  background-image: url('../images/beginois3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slide.hero-slide-6.hero-slide-active {
  display: block;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/img-desc-beg-hor.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.div-block-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/img-desc-perthuis-hor.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.desc-marque {
  font-size: 0.8em;
  line-height: 1.2em;
}

.title-desc-marque {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.25em;
  font-weight: 400;
  text-decoration: none;
}

.paragraph {
  margin-top: 20px;
  font-size: 16px;
}

.hero-par {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 300;
}

.list-drop.w--open {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.7em;
}

.text-drop {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: background-color 250ms ease, color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease;
}

.text-drop:hover {
  background-color: #fafafa;
  color: #ac8e2d;
}

.text-drop.w--current {
  color: #ac8e2d;
}

.subtitle-text-marque {
  color: #fff;
  font-size: 0.9em;
  font-weight: 300;
  text-decoration: none;
}

.par-wide {
  width: 50%;
  font-weight: 300;
}

.wrap-slider-real {
  width: 60%;
}

.column-realisations {
  margin-top: 40px;
}

.column-left {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-right.column-text {
  padding-left: 100px;
}

.slider-realisations {
  position: relative;
  overflow: visible;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-6 {
  height: 400px;
  background-image: url('../images/hero-background2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-wrapper {
  height: 400px;
}

.achivements-slider-wrapper {
  position: relative;
  display: none;
  overflow: hidden;
  height: 550px;
}

.achivements-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.achivements-slide.achivements-slide-active {
  display: block;
  background-image: url('../images/hero-background2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.achivements-slide.achivements-slide-1 {
  background-image: url('../images/hero-background3.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.achivements-slide.achivements-slide-1.achivements-slide-active {
  display: block;
  background-size: cover;
}

.achivements-slide.achivements-slide-2 {
  background-image: url('../images/hero-background2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.achivements-slider-arrows-wrapper {
  position: absolute;
  left: -75px;
  bottom: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.achivements-slider-arrows {
  position: relative;
  z-index: 3;
  display: block;
  width: 75px;
  height: 75px;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #000;
  background-color: #416581;
  opacity: 1;
  text-decoration: none;
}

.achivements-slider-arrows.achivements-slider-arrows-left {
  right: 1px;
  border-color: #fff;
  background-color: #fff;
  background-image: url('../images/left-arrow.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.achivements-slider-arrows.achivements-slider-arrows-right {
  background-color: #fff;
  background-image: url('../images/right-arrow.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.achivements-slider-arrows.products-section-arrow-left {
  border-color: #fff;
  background-color: #fff;
  background-image: url('../images/left-arrow.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.achivements-slider-arrows.products-section-arrow-right {
  background-color: #fff;
  background-image: url('../images/right-arrow.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.achivements-slider-arrows.products-slider-arrows-left {
  right: 1px;
  border-color: #fff;
  background-color: #fff;
  background-image: url('../images/left-arrow.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.left-arrow {
  display: none;
  overflow: visible;
}

.right-arrow {
  display: none;
  overflow: visible;
}

.slide-3 {
  background-image: url('../images/beginois2.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-2 {
  height: 65vh;
}

.slide-4 {
  background-image: url('../images/perthuis2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slide-1 {
  background-image: url('../images/beginois1_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2 {
  background-image: url('../images/perthuis1_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrap-sousnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-phone {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #243746;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 300;
  text-decoration: none;
}

.text-phone:hover {
  color: #ac8e2d;
}

.text-phone.white-text {
  color: #fff;
}

.text-phone.white-text:hover {
  color: #243746;
}

.wrap-third.margin-top {
  margin-top: 30px;
}

.wrap-contact {
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-footer {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #243746;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.link-footer:hover {
  color: #ac8e2d;
}

.link-footer.w--current {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  color: #ac8e2d;
}

.link-footer.w--current:active {
  color: #ac8e2d;
}

.link-footer.nonhover {
  cursor: default;
}

.link-footer.nonhover:hover {
  color: #373f47;
}

.link-footer.footer-nav-none {
  display: none;
}

.link-footer.padding-top {
  color: #243746;
}

.section-contenu {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f1f1f1;
}

.section-contenu.white {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-width: 90%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.container-2.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-3 {
  color: #243746;
  font-weight: 500;
}

.text-block-3.white-text {
  color: #fff;
}

.wrap-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.wrap-phone {
  margin-bottom: 10px;
}

.footer-media-link {
  margin-right: 15px;
}

.sous-nav {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 25px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #243746;
  text-decoration: none;
  cursor: pointer;
}

.sous-nav:hover {
  color: #ac8e2d;
}

.half-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.text-adress {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #ac8e2d;
  font-weight: 500;
  text-decoration: none;
}

.text-adress:hover {
  color: #ac8e2d;
}

.text-adress.white-text {
  color: #fff;
}

.text-adress.white-text:hover {
  color: #243746;
}

.wrap-sectionpage {
  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;
}

.wrap-logos {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-logo-footer {
  display: block;
  width: 40%;
  max-width: 360px;
  padding-right: 10px;
  padding-left: 10px;
}

.link-logo-footer.top {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 20px;
}

.logo-footer {
  display: block;
}

.sous-nav-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 25px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #243746;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.sous-nav-2:hover {
  color: #ac8e2d;
}

.footer-container-row {
  position: relative;
  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;
}

.map-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}

.footer-content-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper-footer-content {
  width: 91.5%;
  padding-right: 20%;
}

.div-block-7 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 90%;
  height: 20px;
  margin: auto;
  background-color: #ac8e2d;
}

.logo-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.footer-info-row {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.html-embed {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.swiper-container-mobile {
  display: none;
  overflow: visible;
}

.swiper-slide.swiper-slide-1 {
  background-image: url('../images/pin-clair860.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-slide.swiper-slide-2 {
  background-image: url('../images/beginois1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-slide.swiper-slide-4 {
  background-image: url('../images/beginois2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-slide.swiper-slide-3 {
  background-image: url('../images/merisier5ps.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-slide.swiper-slide-5 {
  background-image: url('../images/pinclair907.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-slide.swiper-slide-6 {
  background-image: url('../images/beginois3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #162633;
}

.copyright-text {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.copyright-text.copy-left {
  color: #fff;
  font-weight: 400;
}

.link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #ac8e2d;
}

.section {
  background-color: #243746;
}

.section.white-bg {
  background-color: #fff;
}

.section.section-pres-portes {
  position: relative;
  height: 100%;
  max-height: 100%;
  padding-top: 0vh;
}

.section.grey {
  background-color: #bdbcbc;
}

.section.yellow-background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 38, 51, 0.82)), to(rgba(22, 38, 51, 0.82))), url('../images/hero-background.jpg');
  background-image: linear-gradient(180deg, rgba(22, 38, 51, 0.82), rgba(22, 38, 51, 0.82)), url('../images/hero-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.yellow-background.bg-detaillant {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 38, 51, 0.82)), to(rgba(22, 38, 51, 0.82))), url('../images/detaillant-bg.jpg');
  background-image: linear-gradient(180deg, rgba(22, 38, 51, 0.82), rgba(22, 38, 51, 0.82)), url('../images/detaillant-bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.yellow-background.career-back {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(172, 142, 45, 0.9)), to(rgba(172, 142, 45, 0.9))), url('../images/background-emploi.jpg');
  background-image: linear-gradient(180deg, rgba(172, 142, 45, 0.9), rgba(172, 142, 45, 0.9)), url('../images/background-emploi.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.yellow-back {
  background-color: #ac8e2d;
}

.section.gray-back {
  background-color: #c7c7c7;
}

.section.yellow-perth-bg {
  background-color: #cc9f53;
}

.section.bg-garantie {
  padding-top: 0px;
  padding-bottom: 200px;
  background-image: url('../images/Béginois1_stamp.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.poste {
  display: none;
}

.column-whole-door {
  display: none;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #c7c7c7;
}

.header-interne {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  -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(36, 55, 70, 0.84)), to(rgba(36, 55, 70, 0.84))), url('../images/5d77f8ed06d081576ab9624a_header-produits.jpg');
  background-image: linear-gradient(180deg, rgba(36, 55, 70, 0.84), rgba(36, 55, 70, 0.84)), url('../images/5d77f8ed06d081576ab9624a_header-produits.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.header-interne.header-apropos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 55, 70, 0.84)), to(rgba(36, 55, 70, 0.84))), url('../images/hero-background3_1.jpg');
  background-image: linear-gradient(180deg, rgba(36, 55, 70, 0.84), rgba(36, 55, 70, 0.84)), url('../images/hero-background3_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-interne.liste-produits-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 55, 70, 0.84)), to(rgba(36, 55, 70, 0.84))), url('../images/MontageBeginois-conmore.jpg');
  background-image: linear-gradient(180deg, rgba(36, 55, 70, 0.84), rgba(36, 55, 70, 0.84)), url('../images/MontageBeginois-conmore.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-interne.header-perthuis {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 69, 67, 0.84)), to(rgba(61, 69, 67, 0.84))), url('../images/5d77f8ed06d081576ab9624a_header-produits.jpg');
  background-image: linear-gradient(180deg, rgba(61, 69, 67, 0.84), rgba(61, 69, 67, 0.84)), url('../images/5d77f8ed06d081576ab9624a_header-produits.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-interne.header-beginois {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 55, 70, 0.84)), to(rgba(36, 55, 70, 0.84))), url('../images/header-beginois.png');
  background-image: linear-gradient(180deg, rgba(36, 55, 70, 0.84), rgba(36, 55, 70, 0.84)), url('../images/header-beginois.png');
  background-position: 0px 0px, 50% 31%;
  background-repeat: repeat, no-repeat;
}

.header-interne.header-contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 55, 70, 0.84)), to(rgba(36, 55, 70, 0.84))), url('../images/321291635.jpg');
  background-image: linear-gradient(180deg, rgba(36, 55, 70, 0.84), rgba(36, 55, 70, 0.84)), url('../images/321291635.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-interne.header-garantie {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 55, 70, 0.84)), to(rgba(36, 55, 70, 0.84))), url('../images/Perthuis3.png');
  background-image: linear-gradient(180deg, rgba(36, 55, 70, 0.84), rgba(36, 55, 70, 0.84)), url('../images/Perthuis3.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-interne.header-carriere {
  padding-right: 15px;
  padding-left: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 55, 70, 0.84)), to(rgba(36, 55, 70, 0.84))), url('../images/header-carriere.jpg');
  background-image: linear-gradient(180deg, rgba(36, 55, 70, 0.84), rgba(36, 55, 70, 0.84)), url('../images/header-carriere.jpg');
  background-position: 0px 0px, 50% 15%;
  background-repeat: repeat, no-repeat;
}

.header-interne.header-detaillants {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 55, 70, 0.84)), to(rgba(36, 55, 70, 0.84))), url('../images/header-detaillant.jpg');
  background-image: linear-gradient(180deg, rgba(36, 55, 70, 0.84), rgba(36, 55, 70, 0.84)), url('../images/header-detaillant.jpg');
  background-position: 0px 0px, 50% 90%;
  background-repeat: repeat, no-repeat;
}

.hero-title {
  font-size: 3em;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}

.column-desc-beg {
  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;
}

.par-common {
  color: #162633;
  font-size: 1.4em;
  line-height: 1.5em;
}

.par-common.white-text {
  color: #fff;
  text-align: center;
}

.par-common.white-text.align-left {
  text-align: left;
}

.par-common.align-middle {
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  font-size: 1.3em;
  line-height: 1.25em;
  text-align: center;
}

.par-common.marque-desc {
  padding: 20px 20px 20px 40px;
  font-size: 1.3em;
  line-height: 1.4em;
}

.par-common.grey-par {
  color: #3d4543;
}

.par-common.padding-top {
  padding-top: 40px;
}

.par-common.padding-top.smaller-font {
  font-size: 1.2em;
}

.title-beg-doors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 1.5vw;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px solid #fff;
  color: #fff;
  font-size: 3.2em;
  line-height: 1.25em;
  font-weight: 300;
}

.image {
  height: 30%;
}

.map-footer-mobile {
  width: 40%;
}

.map-footer-mobile.hidden {
  display: none;
}

.heading {
  font-size: 3em;
  line-height: 1.25em;
  font-weight: 500;
}

.title-section-vedette {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #162633;
  font-size: 3em;
  line-height: 1.25em;
  font-weight: 500;
}

.section-titre {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 83, 29, 0.88)), to(rgba(116, 83, 29, 0.88))), url('../images/header-produits.jpg');
  background-image: linear-gradient(180deg, rgba(116, 83, 29, 0.88), rgba(116, 83, 29, 0.88)), url('../images/header-produits.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-titre.bg-perthuis {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(204, 159, 83, 0.85)), to(rgba(204, 159, 83, 0.85))), url('../images/header-produits.jpg');
  background-image: linear-gradient(180deg, rgba(204, 159, 83, 0.85), rgba(204, 159, 83, 0.85)), url('../images/header-produits.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.title-star-product {
  margin-bottom: 0px;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.title-star-product.align-left {
  font-size: 4em;
  text-align: left;
}

.title-star-product.align-left.grey-par {
  color: #3d4543;
}

.title-star-product.flex-title {
  margin-top: 0px;
  color: #e4bb35;
  font-size: 3em;
  text-align: left;
}

.title-star-product.padding-bottom {
  margin-bottom: 20px;
}

.wrap-img-door {
  position: relative;
  left: 4.2vw;
  display: block;
  height: auto;
  padding: 4vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: none;
  color: #252323;
}

.img-door {
  display: block;
  height: 80vh;
  max-height: 80vh;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.products-container {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.products-container.grey {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20vh;
  padding-bottom: 10vh;
  background-color: #c7c7c7;
}

.products-container.grey {
  padding-top: 10vh;
  padding-bottom: 0vh;
  background-color: #3d4543;
}

.wrap-thumb-doors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.thumb-doors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.img-thumb-door {
  width: 100%;
}

.par-white {
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 300;
}

.par-white.bold {
  font-size: 2em;
  font-weight: 500;
}

.par-white.grey-par {
  color: #3d4543;
}

.par-white.par-dark {
  color: #243746;
  font-weight: 500;
}

.par-white.par-dark.padding-top {
  padding-top: 40px;
}

.wrap-text-produits.text-top {
  width: 60%;
  padding-bottom: 40px;
}

.wrap-text-produits.text-bottom {
  position: static;
  width: 60%;
  padding-top: 20px;
  float: right;
}

.wrap-text-produits.text-bottom.grey-par {
  color: #3d4543;
}

.list-product-fin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bullet-product {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 300;
}

.wrap-slider-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
}

.wrap-text-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.wrap-slider-part {
  width: 100%;
}

.slider-realisations-inner {
  position: relative;
  overflow: visible;
}

.desc-slider {
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: 300;
}

.beg-slide-1 {
  background-image: url('../images/beginois1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2-copy {
  background-image: url('../images/perthuis1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-section-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.products-section-mid-background {
  position: absolute;
  left: 0%;
  top: 50.5%;
  right: 0%;
  bottom: 0vh;
  z-index: 1;
  display: block;
  background-color: #162633;
}

.products-section-right {
  display: block;
  padding: 4vh;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #162633;
  box-shadow: 0 0 60px -20px #000;
}

.product-section-content {
  position: relative;
  z-index: 2;
  display: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-section-content-2 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.product-section-right-2 {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-section-left-2 {
  width: 50%;
  border-style: none solid none none;
  border-width: 1px 2px 0px 0px;
  border-color: #fff;
}

.image-3 {
  position: absolute;
  left: 0px;
  display: block;
  height: 83%;
  margin-right: auto;
  margin-left: 10%;
  padding-top: 3px;
}

.image-3.image-left.door-image {
  right: 0px;
  display: block;
  margin-left: auto;
}

.image-3.image-center.door-image.display-door-active {
  right: 0px;
  margin-left: auto;
}

.image-3.image-right.door-image {
  right: 0px;
  display: block;
  margin-left: auto;
}

.product-section-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  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;
}

.product-section-title {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #363636;
}

.product-section-doors-selection {
  position: relative;
  left: 0vw;
  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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.produc-section-options {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.produc-section-options:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.doors-selection.doors-selection-1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Corvado-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-1.door-left {
  height: 100%;
}

.doors-selection.doors-selection-2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Corvado-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-2.door-center {
  height: 100%;
}

.doors-selection.doors-selection-carrara3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Carrara-right-thumb_1.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-carrara3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-cashal1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Cashal-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-cashal1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-cashal2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Cashal-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-cashal2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-cashal3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Cashal-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-cashal3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-cashal3.door-right {
  background-image: url('../images/Cashal-right-thumb_1.png');
}

.doors-selection.doors-selection-carrara1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Carrara-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-carrara1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-carrara2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Carrara-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-carrara2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-clermont1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Clermont-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-clermont1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-clermont2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Clermont-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-clermont2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-clermont3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Clermont-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-clermont3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-citizen1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Citizen-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-citizen1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-citizen2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Citizen-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-citizen2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-citizen3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Citizen-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-citizen3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-conmore1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Conmore-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-conmore1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-conmore2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Conmore-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-conmore2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-conmore3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Conmore-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-conmore3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-classique1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Classique-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-classique1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-classique2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Classique-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-classique2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-classique3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Classique-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-classique3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-coventry1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Coventry-thumb-left.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-coventry1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-coventry2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Coventry-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-coventry2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-coventry3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Coventry-thumb-right.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-coventry3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-5ps1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/5PS-SK-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-5ps1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-5ps2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/5PS-SK-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-5ps2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-5ps3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/5PS-SK-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-5ps3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-8121 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/812-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-8121:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-8122 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/812-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-8122:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-8123 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/812-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-8123:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-3ps1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/3PS-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-3ps1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-3ps2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/3PS-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-3ps2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-3ps3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/3PS-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-3ps3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-2p1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/2P-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-2p1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-2p2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/2P-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-2p2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-2p3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/2P-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-2p3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-corvado3 {
  height: 100%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Carrara-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-corvado3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-corvado3.door-right {
  height: 100%;
  background-image: url('../images/Corvado-right-thumb.png');
}

.doors-selection.doors-selection-clermont3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Clermont-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-clermont3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-conmore2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Conmore-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-conmore2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-cashal1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Cashal-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-cashal1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-3ps3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/3PS-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-3ps3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-8121 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/812-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-8121:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-classique2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Classique-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-classique2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-carrara1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Carrara-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-carrara1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-carrara2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Carrara-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-carrara2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-3ps2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/3PS-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-3ps2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-8122 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/812-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-8122:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-conmore1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Conmore-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-conmore1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-3ps1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/3PS-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-3ps1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-clermont1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Clermont-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-clermont1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-citizen2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Citizen-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-citizen2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-8123 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/812-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-8123:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-coventry1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Coventry-thumb-left.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-coventry1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Corvado-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-citizen3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Citizen-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-citizen3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-carrara3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Carrara-right-thumb_1.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-carrara3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-classique3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Classique-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-classique3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-2p2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/2P-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-2p2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-coventry2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Coventry-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-coventry2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-clermont2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Clermont-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-clermont2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Corvado-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-coventry3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Coventry-thumb-right.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-coventry3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-5ps1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/5PS-SK-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-5ps1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-5ps2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/5PS-SK-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-5ps2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-cashal3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Cashal-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-cashal3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-cashal3.door-right {
  background-image: url('../images/Cashal-right-thumb_1.png');
}

.doors-selection.doors-selection-cashal2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Cashal-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-cashal2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-conmore3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Conmore-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-conmore3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-citizen1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Citizen-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-citizen1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-classique1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Classique-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-classique1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-2p3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/2P-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-2p3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-5ps3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/5PS-SK-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-5ps3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-corvado3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Carrara-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-corvado3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-corvado3.door-right {
  background-image: url('../images/Corvado-right-thumb.png');
}

.doors-selection.doors-selection-2p1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/2P-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-2p1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-2ppin {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Corvado-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-2ppin:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-2ppin.door-left {
  background-image: url('../images/2P-left-thumb.png');
}

.doors-selection.doors-selection-2ppin2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Corvado-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-2ppin2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-2ppin2.door-center {
  background-image: url('../images/2P-face-thumb.png');
}

.doors-selection.doors-selection-2ppin3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Carrara-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-2ppin3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-2ppin3.door-right {
  background-image: url('../images/2P-right-thumb.png');
}

.doors-selection.doors-selection-3ps1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Cashal-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-3ps1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-3ps1.door-left {
  background-image: url('../images/3PS-left-thumb.png');
}

.doors-selection.doors-selection-3ps2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Cashal-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-3ps2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-3ps2.door-center {
  background-image: url('../images/3PS-face-thumb.png');
}

.doors-selection.doors-selection-3ps3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Cashal-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-3ps3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-3ps3.door-right {
  background-image: url('../images/3PS-right-thumb.png');
}

.doors-selection.doors-selection-5ps1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Carrara-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-5ps1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-5ps1.door-left {
  background-image: url('../images/2P-left-thumb_1.png');
}

.doors-selection.doors-selection-5ps2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Carrara-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-5ps2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-5ps2.door-center {
  background-image: url('../images/5PS-face-thumb.png');
}

.doors-selection.doors-selection-5ps3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Carrara-right-thumb_1.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-5ps3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-5ps3.door-right {
  background-image: url('../images/5PS-right-thumb.png');
}

.doors-selection.doors-selection-suz1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Clermont-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-suz1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-suz1.door-left {
  background-image: url('../images/suzanne-left-thumb.png');
}

.doors-selection.doors-selection-suz2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Clermont-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-suz2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-suz2.door-center {
  background-image: url('../images/suzanne-face-thumb.png');
}

.doors-selection.doors-selection-suz3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Clermont-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-suz3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-suz3.door-right {
  background-image: url('../images/suzanne-right-thumb.png');
}

.doors-selection.doors-selection-8601 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Citizen-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-8601:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-8601.door-left {
  background-image: url('../images/860-left-thumb.png');
}

.doors-selection.doors-selection-8602 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Citizen-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-8602:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-8602.door-center {
  background-image: url('../images/860-face-thumb.png');
}

.doors-selection.doors-selection-8603 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Citizen-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-8603:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-8603.door-right {
  background-image: url('../images/860-right-thumb.png');
}

.doors-selection.doors-selection-850r1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Conmore-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-850r1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-850r1.door-left {
  background-image: url('../images/850R-left-thumb.png');
}

.doors-selection.doors-selection-850r2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Conmore-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-850r2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-850r2.door-center {
  background-image: url('../images/850R-face-thumb.png');
}

.doors-selection.doors-selection-850r3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Conmore-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-850r3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-850r3.door-right {
  background-image: url('../images/850R-right-thumb.png');
}

.doors-selection.doors-selection-813n1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Classique-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-813n1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-813n1.door-left {
  background-image: url('../images/813N-left-thumb.png');
}

.doors-selection.doors-selection-813n2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Classique-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-813n2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-813n2.door-center {
  background-image: url('../images/813N-face-thumb.png');
}

.doors-selection.doors-selection-813n3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Classique-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-813n3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-813n3.door-right {
  background-image: url('../images/813N-right.png');
}

.doors-selection.doors-selection-9041 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Coventry-thumb-left.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-9041:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-9041.door-left {
  background-image: url('../images/904-left-thumb.png');
}

.doors-selection.doors-selection-9042 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Coventry-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-9042:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-9042.door-center {
  background-image: url('../images/904-face-thumb.png');
}

.doors-selection.doors-selection-9043 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Coventry-thumb-right.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-9043:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-9043.door-right {
  background-image: url('../images/904-right-thumb.png');
}

.doors-selection.doors-selection-8301 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/2P-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-8301:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-8301.door-left {
  background-image: url('../images/830-left-thumb.png');
}

.doors-selection.doors-selection-8302 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/2P-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-8302:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-8302.door-center {
  background-image: url('../images/830-face-thumb.png');
}

.doors-selection.doors-selection-8303 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/2P-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-8303:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-8303.door-right {
  background-image: url('../images/830-right-thumb.png');
}

.doors-selection.doors-selection-9051 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/3PS-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-9051:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-9051.door-left {
  background-image: url('../images/905SK-left-thumb.png');
}

.doors-selection.doors-selection-9052 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/3PS-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-9052:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-9052.door-center {
  background-image: url('../images/905SK-face-thumb.png');
}

.doors-selection.doors-selection-9053 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/3PS-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-9053:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-9053.door-right {
  background-image: url('../images/905SK-right-thumb.png');
}

.doors-selection.doors-selection-9071 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/812-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-9071:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-9071.door-left {
  background-image: url('../images/907-left-thumb.png');
}

.doors-selection.doors-selection-9072 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/812-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-9072:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-9072.door-center {
  background-image: url('../images/907-face-thumb.png');
}

.doors-selection.doors-selection-9073 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/812-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-9073:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-9073.door-right {
  background-image: url('../images/907-right-thumb.png');
}

.doors-selection.doors-selection-5psm1 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Carrara-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-5psm1:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-5psm1.door-left {
  background-image: url('../images/2P-left-thumb_1.png');
}

.doors-selection.doors-selection-5psm2 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/Carrara-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-5psm2:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-5psm2.door-center {
  background-image: url('../images/5PS-face-thumb.png');
}

.doors-selection.doors-selection-5psm3 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/Carrara-right-thumb_1.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-5psm3:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-5psm3.door-right {
  background-image: url('../images/5PS-right-thumb.png');
}

.doors-selection.doors-selection-5ps4 {
  position: relative;
  height: 25vh;
  padding-top: 0vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/5PS-SK-left-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-5ps4:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-5ps5 {
  height: 25vh;
  border: 2px solid #fff;
  background-image: url('../images/5PS-SK-face-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-5ps5:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.doors-selection.doors-selection-5ps6 {
  height: 25vh;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-image: url('../images/5PS-SK-right-thumb.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.doors-selection.doors-selection-5ps6:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.product-section-link-wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.product-section-link {
  color: #aaa;
}

.product-section-arrow-wrapper {
  position: absolute;
}

.product-section-arrow-wrapper.product-section-arrow-wrapper-left {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-section-arrow-wrapper.product-section-arrow-wrapper-right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.products-section-slide {
  position: static;
  z-index: 20;
}

.products-section-slider-slide {
  position: absolute;
  display: none;
  width: 100%;
  height: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.38);
}

.products-section-slider-slide.products-section-slide-active {
  position: static;
  z-index: 150;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
}

.product-section-background-upper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 50%;
  background-color: #162633;
}

.product-section-background-down {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  background-color: #162633;
}

.product-section-backgrounds {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.product-background-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.product-background-section.product-background-section-1 {
  position: absolute;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.product-background-section.product-background-section-1.background-active {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 100vh;
}

.product-background-section.product-background-section-3 {
  position: absolute;
  left: 200%;
  display: none;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.product-background-section.product-background-section-2 {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.products-slider-arrows {
  position: absolute;
  left: 40%;
  bottom: 15%;
  z-index: 3;
  display: block;
  width: 75px;
  height: 75px;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #000;
  background-color: #416581;
  opacity: 1;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.products-slider-arrows.achivements-slider-arrows-left {
  right: 1px;
  border-color: #fff;
  background-color: #fff;
  background-image: url('../images/left-arrow.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.products-slider-arrows.achivements-slider-arrows-right {
  background-color: #fff;
  background-image: url('../images/right-arrow.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.products-slider-arrows.products-slider-arrows-left {
  left: auto;
  right: 60%;
  border-color: #fff;
  background-color: #fff;
  background-image: url('../images/left-arrow.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.products-slider-arrows.products-slider-arrows-left:hover {
  background-color: #fff;
}

.products-slider-arrows.products-section-arrow-right {
  left: 125px;
  background-color: #fff;
  background-image: url('../images/right-arrow.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.products-slider-arrows.products-slider-arrows-right {
  background-color: #fff;
  background-image: url('../images/right-arrow.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.products-slider-arrows.products-slider-arrows-right:hover {
  background-color: #fff;
  opacity: 1;
}

.products-slider-arrows.products-slider-arrows-left {
  left: auto;
  right: 60%;
  border-color: #fff;
  background-color: #fff;
  background-image: url('../images/left-arrow.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.products-slider-arrows.products-slider-arrows-left:hover {
  background-color: #fff;
}

.products-slider-arrows.products-slider-arrows-right {
  background-color: #fff;
  background-image: url('../images/right-arrow.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.products-slider-arrows.products-slider-arrows-right:hover {
  background-color: #fff;
  opacity: 1;
}

.products-slider {
  height: 65vh;
  background-color: transparent;
}

.slide-wrapper-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.slide-text-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 20px 75px 20px 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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide-img-col {
  width: 60%;
}

.slide-img-col.slide-01 {
  background-image: url('../images/beginois1_1.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.slide-img-col.slide-02 {
  background-image: url('../images/img-desc-beg-hor.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-img-col.slide-03 {
  background-image: url('../images/beginois2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-img-col.slide-04 {
  background-image: url('../images/MontageBeginois-conmore.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-img-col.slide-perthuis-01 {
  background-image: url('../images/Perthuis5.png');
  background-position: 100% 50%;
  background-size: cover;
}

.slide-img-col.slide-perthuis-02 {
  background-image: url('../images/Perthuis4.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-img-col.slide-perhuis-03 {
  background-image: url('../images/Perthuis1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-img-col.slide-perthuis-04 {
  background-image: url('../images/Perthuis3_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-title {
  font-family: 'Fira Sans', sans-serif;
  font-size: 2.65em;
  line-height: 1.15em;
  font-weight: 500;
  text-align: right;
}

.product-desc {
  margin-top: 10px;
  font-size: 1.15em;
  line-height: 1.35em;
  font-weight: 300;
}

.wrap-title {
  margin-bottom: 60px;
}

.section-2 {
  background-color: #243746;
}

.section-2.white-bg {
  height: auto;
  background-color: #fff;
}

.section-2.section-pres-portes {
  position: relative;
  height: 100vh;
  max-height: 100vh;
  padding-top: 0vh;
  background-color: #fff;
}

.section-2.grey {
  background-color: #bdbcbc;
}

.par-common-2 {
  color: #162633;
  font-size: 1.2em;
  line-height: 1.3em;
}

.wrapper-logo-pb {
  width: 45%;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-logo-pb.other-logos {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrapper-text-common {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 20px;
}

.wrapper-text-common.align-left {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.wrap-historique {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.text-years {
  font-size: 4.5em;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}

.text-desc-years {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #e4bb35;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
}

.text-common.years-section {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 300;
  text-align: center;
}

.wrap-year {
  padding-top: 30px;
  padding-bottom: 30px;
}

.left-line {
  width: 100px;
  height: 100px;
  border-right: 0.5px solid #fff;
}

.left-line.line-top {
  height: 50px;
}

.right-line {
  width: 100px;
  height: 100px;
  border-left: 0.5px solid #fff;
}

.right-line.line-top {
  height: 50px;
}

.wrap-lines {
  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;
}

.half-car-equ {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.half-car-equ.half-equipe {
  width: 40%;
}

.half-car-equ.half-carriere {
  width: 60%;
  padding-left: 40px;
  border-left: 1px solid #fff;
}

.par-courant {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 300;
}

.button-yellow {
  border-style: solid;
  border-width: 2px;
  border-color: #ac8e2d;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 18px;
  font-weight: 300;
}

.button-yellow:hover {
  background-color: #ac8e2d;
}

.button-yellow.dark-font {
  margin-top: 20px;
  -webkit-transition: color 200ms ease, background-color 250ms ease;
  transition: color 200ms ease, background-color 250ms ease;
  color: #243746;
}

.button-yellow.dark-font:hover {
  color: #fff;
}

.button-yellow.padding-top {
  margin-top: 20px;
}

.button-yellow.white {
  width: 100%;
  border-color: #fff;
}

.button-yellow.white:hover {
  background-color: #162633;
}

.wrap-marques {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-text-half {
  width: 70%;
}

.par-common-2-copy {
  color: #162633;
  font-size: 1.2em;
  line-height: 1.3em;
}

.title-section-blue {
  color: #243746;
  font-size: 3em;
  line-height: 1.25em;
  font-weight: 400;
  text-align: left;
}

.title-section-blue.white-title {
  color: #fff;
}

.title-section-blue.yellow-title {
  color: #e4bb35;
}

.title-section-blue.yellow-title.padding-bottom {
  padding-bottom: 20px;
}

.title-section-blue.detaillant {
  display: none;
}

.sub-title-blue {
  color: #243746;
  font-size: 1.3em;
}

.sub-title-blue.eception {
  padding-top: 5px;
  font-size: 0.9em;
  text-align: left;
}

.wrapper-section-produits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap-wood {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-wood {
  padding-top: 20px;
  color: #243746;
  font-weight: 500;
}

.wrap-wood-img {
  width: 70%;
}

.products-section-slider {
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-bottom {
  padding-top: 80px;
}

.list-produits {
  padding-top: 20px;
  color: #243746;
}

.list-text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  list-style-type: disc;
}

.wrap-liste-produits {
  display: block;
}

.wrap-liste-produits.padding-top {
  padding-top: 40px;
}

.wrap-liste-produits.test2 {
  display: none;
}

.marque-produit {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 2.5em;
  line-height: 1.25em;
  font-weight: 500;
}

.produit-desc {
  margin-top: 0px;
  color: #fff;
  font-weight: 300;
}

.column-portes {
  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;
}

.column-portes.top-column {
  margin-top: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrap-portes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
}

.wrap-portes.hidden {
  display: none;
}

.text-block-4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 300;
}

.par-common-3 {
  color: #162633;
  font-size: 1.4em;
  line-height: 1.5em;
}

.product-section-left-2-2 {
  width: 50%;
  padding-top: 0vh;
  padding-bottom: 0vh;
  border-style: none solid none none;
  border-width: 1px 2px 0px 0px;
  border-color: #fff;
}

.product-section-background-down-2 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  background-color: #162633;
}

.products-section-mid-background-2 {
  position: absolute;
  left: 0%;
  top: 50.5%;
  right: 0%;
  bottom: 0vh;
  z-index: 1;
  display: none;
  background-color: #162633;
}

.product-section-background-upper-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 50%;
  background-color: #162633;
}

.bold-yellow {
  color: #cc9f53;
  font-weight: 500;
}

.title-sous-section {
  margin-top: 0px;
  font-size: 1.8em;
  line-height: 1.25em;
  font-weight: 400;
}

.list-garantie {
  padding-top: 20px;
  color: #243746;
}

.item-garantie {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.wrap-desc-poste {
  width: 50%;
  padding-right: 40px;
  color: #243746;
}

.wrap-img-poste {
  width: 50%;
  padding-left: 0px;
  color: #243746;
}

.rich-text-block {
  font-size: 0.9em;
  font-weight: 400;
}

.wrap-adress {
  margin-right: 40px;
}

.wrap-adress.wrap-horaire {
  margin-right: 0px;
}

.wrap-heures {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap-heures.quote-desc.quote-phone {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-heures {
  color: #243746;
}

.item-heures {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.yellow-text {
  color: #ac8e2d;
}

.door-accordion-element {
  height: auto;
  margin-top: 3vh;
  background-color: #c7c7c7;
}

.door-accordion-element.door-accordion-element-beginois {
  height: auto;
  background-color: #243746;
}

.door-accordion-element.door-accordion-element-perthuis {
  background-color: rgba(204, 159, 83, 0.85);
}

.door-accordion-element.door-accordion-element-other {
  background-color: #c7c7c7;
}

.door-accordion-element.door-accordion-child-element {
  margin-top: 0vh;
  font-size: 10px;
}

.door-accordion-title {
  position: relative;
  padding: 3vh 2vh 3vh 3vh;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.door-accordion-title.door-accordion-child-title {
  background-color: #a7a7a7;
}

.door-accordion-content {
  display: block;
  overflow: hidden;
  height: 0px;
}

.door-accordion-content.door-accordion-content-active {
  display: block;
  height: auto;
}

.door-accordion-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 5%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-2 {
  width: 50px;
}

.wrapper-contactpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.wrapper-career {
  padding: 40px;
  background-color: #fff;
}

.rich-text-emploi {
  font-size: 0.9em;
}

.rich-text-grey {
  color: #acacac;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: left;
}

.image-emploi {
  padding-bottom: 40px;
}

.text-highlight {
  padding-top: 20px;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
}

.icon-3 {
  margin-right: 0px;
}

.image-produit {
  height: 600px;
}

.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;
  background-color: #000;
}

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

.form-block {
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
}

.heading-2.garantie-title {
  color: #243746;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 500;
}

.garantie-title {
  color: #243746;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 500;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hide {
  display: none;
}

.success-message {
  background-color: #fff;
  color: #ac8e2d;
}

.error-message {
  background-color: rgba(255, 0, 0, 0.31);
}

.text-block-5 {
  background-color: transparent;
  color: #fff;
}

.door-link {
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.image-4 {
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-3 {
  color: #fff;
}

.div-block-8 {
  color: #e1ebf1;
}

.div-block-8._2 {
  margin-top: 20px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: rgba(225, 236, 241, 0.51);
  text-decoration: none;
}

.div-block-8._2:hover {
  color: #e1ebf1;
}

@media screen and (max-width: 991px) {
  .nav-main {
    color: #243746;
  }
  .hero-slider-wrapper.slider-left {
    position: absolute;
    left: 5%;
    display: block;
    width: 50%;
  }
  .section-division {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap-quarter {
    width: 100%;
  }
  .container.non-wide-container {
    width: 90%;
  }
  .wrap-logo-desc {
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .par-wide {
    width: 100%;
  }
  .achivements-slider-arrows.products-section-arrow-left {
    left: 0px;
  }
  .achivements-slider-arrows.products-section-arrow-right {
    left: 0px;
  }
  .slider-2 {
    height: 35vh;
  }
  .slide-1 {
    background-position: 50% 50%;
  }
  .wrap-sousnav {
    width: 100%;
    padding: 20px 0px 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .wrap-third.margin-top {
    margin-top: 0px;
  }
  .wrap-contact {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-contenu {
    padding-top: 120px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .section-contenu.white {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-2 {
    width: 90%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .container-2.footer {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap-media {
    margin-top: 0px;
    -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;
  }
  .wrap-phone {
    padding-left: 0px;
  }
  .plan-footer {
    width: 100%;
  }
  .half-block {
    padding-left: 0px;
  }
  .map-col.hidden {
    width: 50%;
  }
  .logo-flex-row {
    width: 80%;
  }
  .footer-info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swiper-container-mobile {
    display: none;
    overflow: hidden;
    width: 50%;
    height: 100vh;
  }
  .map-footer-mobile {
    width: 100%;
  }
  .products-container.grey {
    padding-bottom: 10vh;
  }
  .wrap-text-produits.text-top {
    width: auto;
  }
  .wrap-text-produits.text-bottom {
    width: auto;
    float: none;
  }
  .product-section-content-2 {
    width: 90vw;
  }
  .product-section-arrow-wrapper.product-section-arrow-wrapper-right {
    left: auto;
    top: auto;
    right: 30%;
    bottom: -15%;
  }
  .product-background-section.product-background-section-1.background-active {
    height: auto;
    min-height: auto;
  }
  .products-slider {
    height: 40vh;
  }
  .slide-text-col {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-title {
    font-size: 2em;
    text-align: left;
  }
  .wrapper-text-common.align-left {
    width: 100%;
  }
  .title-section-blue {
    font-size: 2em;
  }
  .products-section-slider {
    width: 90vw;
  }
  .wrap-portes {
    width: 33.333%;
  }
  .text-block-4 {
    font-size: 1.3em;
    line-height: 1.3em;
  }
  .form-block {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrapper {
    left: 0%;
    margin-right: 5vw;
    margin-left: 5vw;
  }
  .hero-slider-wrapper.slider-left {
    display: none;
    height: 40%;
  }
  .container.non-wide-container {
    width: 90%;
  }
  .container.flex-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-right.column-text {
    padding-top: 40px;
    padding-left: 0px;
  }
  .achivements-slider-arrows-wrapper {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }
  .slider-2 {
    height: 25vh;
  }
  .wrap-sousnav {
    padding: 20px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .wrap-third {
    width: 100%;
  }
  .wrap-contact {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .link-footer {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .link-footer.nonhover {
    margin-bottom: 10px;
  }
  .link-footer.padding-top {
    margin-top: 20px;
  }
  .section-contenu {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-contenu.white {
    padding: 0px;
  }
  .container-2.footer {
    padding: 50px 20px;
  }
  .wrap-media {
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .wrap-phone {
    padding-top: 20px;
    padding-left: 0px;
  }
  .half-block {
    margin-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .map-col.hidden {
    display: none;
  }
  .wrapper-footer-content {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }
  .logo-flex-row {
    width: auto;
  }
  .footer-info-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .swiper-container-mobile {
    display: block;
    width: 100%;
    height: 60vh;
  }
  .footer-copyright {
    padding: 15px 30px;
    -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;
  }
  .copyright-text.copy-left {
    padding-bottom: 10px;
  }
  .header-interne.header-garantie {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-title {
    font-size: 2.6em;
  }
  .column-desc-beg {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .par-common.marque-desc {
    padding-left: 0px;
  }
  .par-common.padding-top {
    padding-top: 0px;
  }
  .title-beg-doors {
    font-size: 2em;
    text-align: center;
  }
  .map-footer-mobile.hidden {
    display: block;
  }
  .title-star-product.align-left {
    font-size: 2.7em;
  }
  .par-white {
    font-size: 1em;
  }
  .wrap-text-produits.text-top {
    width: 100%;
    padding-bottom: 10px;
  }
  .wrap-text-produits.text-bottom {
    width: 100%;
  }
  .wrap-slider-inner {
    padding-top: 20px;
  }
  .image-3.image-center.door-image.display-door-active {
    margin-left: auto;
  }
  .products-section-slider-slide {
    height: 400px;
  }
  .products-section-slider-slide.products-section-slide-active {
    height: 400px;
  }
  .products-slider-arrows.products-slider-arrows-left {
    left: 0%;
    top: 80%;
    right: auto;
    bottom: 0%;
  }
  .products-slider-arrows.products-slider-arrows-right {
    left: 15%;
    top: 80%;
    bottom: 0%;
  }
  .slide-wrapper-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide-text-col {
    width: 100%;
    padding-right: 40px;
    padding-left: 0px;
  }
  .slide-img-col.slide-01 {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .slide-img-col.slide-02 {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .slide-img-col.slide-03 {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .slide-img-col.slide-04 {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .slide-img-col.slide-perthuis-01 {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .slide-img-col.slide-perthuis-02 {
    width: auto;
    height: 100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .slide-img-col.slide-perhuis-03 {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .slide-img-col.slide-perthuis-04 {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .product-title {
    font-size: 1.5em;
  }
  .wrap-title {
    margin-bottom: 20px;
  }
  .wrapper-logo-pb.other-logos {
    width: 50%;
    margin-left: 0px;
  }
  .wrapper-text-common {
    width: 75%;
  }
  .wrap-historique {
    width: 75%;
  }
  .text-years {
    font-size: 3.5em;
  }
  .text-desc-years {
    font-size: 1.2em;
  }
  .half-car-equ.half-equipe {
    width: 100%;
  }
  .half-car-equ.half-carriere {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    border-top: 1px solid #fff;
    border-left-style: none;
  }
  .button-yellow {
    display: block;
    text-align: center;
  }
  .button-yellow.dark-font {
    display: block;
    text-align: center;
  }
  .button-yellow.padding-top {
    display: block;
    text-align: center;
  }
  .wrap-marques {
    -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;
  }
  .wrap-text-half {
    width: auto;
  }
  .sub-title-blue {
    font-size: 1.2em;
  }
  .section-bottom {
    padding-top: 40px;
  }
  .list-text {
    font-size: 1em;
    line-height: 1.1em;
  }
  .wrap-portes {
    width: 33%;
  }
  .item-poste {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap-desc-poste {
    width: auto;
    padding-right: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .wrap-img-poste {
    width: auto;
  }
  .wrap-adress {
    margin-right: 0px;
  }
  .door-accordion-title {
    padding-right: 60px;
  }
  .wrapper-contactpage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bold-text {
    font-size: 1em;
  }
  .image-produit {
    height: 300px;
  }
  .form-block {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .container-nav {
    min-width: auto;
  }
  .hero-wrapper {
    left: 0%;
    top: 75vh;
    margin-right: 5vw;
    margin-left: 5vw;
  }
  .hero-slider-wrapper.slider-left {
    left: -10vh;
    width: 100vw;
    height: 60vh;
  }
  .container {
    width: 100%;
    padding: 15% 20px;
  }
  .container.non-wide-container {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-realisations {
    font-size: 2.5em;
  }
  .hero-slide.hero-slide-1.hero-slide-active {
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .hero-slide.hero-slide-2 {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hero-slide.hero-slide-3 {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hero-slide.hero-slide-4 {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hero-slide.hero-slide-5 {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hero-slide.hero-slide-6 {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .achivements-slider-arrows-wrapper {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }
  .achivements-slider-arrows.products-section-arrow-left {
    z-index: 100;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .achivements-slider-arrows.products-section-arrow-right {
    z-index: 100;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .wrap-sousnav {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap-third {
    width: auto;
  }
  .wrap-contact {
    margin-top: 0px;
    -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;
  }
  .link-footer {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section-contenu {
    padding: 30px 5px;
  }
  .section-contenu.white {
    padding: 0px;
  }
  .container-2.footer {
    width: 90%;
    padding: 30px 15px;
  }
  .map-col.hidden {
    display: none;
  }
  .logo-flex-row {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swiper-container-mobile {
    position: static;
    overflow: hidden;
    width: 100%;
    height: 60vh;
  }
  .swiper-wrapper {
    overflow: visible;
  }
  .swiper-slide {
    margin-right: auto;
    margin-left: auto;
  }
  .swiper-slide.swiper-slide-1 {
    background-image: url('../images/pin-clair860.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .swiper-slide.swiper-slide-2 {
    background-image: url('../images/merisier5ps.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .swiper-slide.swiper-slide-3 {
    background-image: url('../images/beginois2.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .footer-copyright {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .copyright-text {
    width: 100%;
    font-size: 13px;
    text-align: center;
  }
  .copyright-text.copy-left {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
  }
  .section.bg-garantie {
    background-position: 75% 100%;
  }
  .header-interne.liste-produits-header {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-interne.header-perthuis {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-interne.header-beginois {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-title {
    font-size: 2em;
  }
  .column-desc-beg {
    width: 100%;
  }
  .par-common {
    font-size: 0.9em;
    line-height: 1.2em;
  }
  .par-common.marque-desc {
    font-size: 1.1em;
  }
  .title-beg-doors {
    padding-top: 1vh;
    padding-bottom: 1vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2em;
    text-align: center;
  }
  .title-star-product {
    font-size: 2.2em;
  }
  .title-star-product.align-left {
    font-size: 2em;
  }
  .title-star-product.flex-title {
    font-size: 2.6em;
  }
  .title-star-product.padding-bottom {
    font-size: 1.8em;
  }
  .products-container.grey {
    padding-top: 5vh;
    padding-bottom: 0vh;
  }
  .par-white.bold {
    font-size: 1.7em;
  }
  .wrap-slider-inner {
    display: block;
  }
  .slider-realisations-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-section-content-2 {
    z-index: 4;
  }
  .product-section-right-2 {
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .product-section-left-2 {
    width: 100%;
    height: 300px;
    border-right-width: 0px;
  }
  .image-3.image-left.door-image {
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: 0%;
    overflow: hidden;
    height: 100%;
    margin-left: auto;
  }
  .image-3.image-center.door-image.display-door-active {
    left: 0px;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
    margin-left: auto;
  }
  .image-3.image-right.door-image {
    left: 0px;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
    margin-left: auto;
  }
  .product-section-image-wrapper {
    position: relative;
    z-index: 4;
    float: none;
  }
  .product-section-title {
    border-bottom: 0px solid #fff;
  }
  .product-section-doors-selection {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .produc-section-options {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px solid #fff;
  }
  .doors-selection.doors-selection-1.door-left {
    display: block;
  }
  .doors-selection.doors-selection-2.door-center {
    display: block;
  }
  .doors-selection.doors-selection-corvado3.door-right {
    display: block;
  }
  .product-section-arrow-wrapper.product-section-arrow-wrapper-left {
    z-index: 300;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .product-section-arrow-wrapper.product-section-arrow-wrapper-right {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 5.8vh;
    z-index: 300;
    height: 157%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .products-section-slider-slide {
    height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .products-section-slider-slide.products-section-slide-active {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .products-slider-arrows.products-slider-arrows-left {
    left: 0%;
    top: 80%;
    right: auto;
    bottom: 0%;
  }
  .products-slider-arrows.products-slider-arrows-right {
    left: 80px;
    top: 80%;
    right: 0px;
    bottom: 0%;
  }
  .slide-text-col {
    padding-right: 20px;
    padding-left: 0px;
  }
  .wrapper-logo-pb {
    width: 80%;
  }
  .wrapper-logo-pb.other-logos {
    width: 70%;
  }
  .wrapper-text-common {
    width: 80%;
  }
  .wrap-historique {
    width: 80%;
  }
  .text-years {
    font-size: 1.6em;
  }
  .text-common.years-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .left-line {
    height: 50px;
  }
  .right-line {
    height: 50px;
  }
  .par-courant {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 0.9em;
  }
  .wrap-marques {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .wrap-text-half {
    width: 100%;
  }
  .title-section-blue {
    font-size: 1.5em;
  }
  .wrapper-section-produits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap-wood {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
  }
  .marque-produit {
    font-size: 2em;
  }
  .wrap-portes {
    width: 50%;
    height: auto;
  }
  .product-section-left-2-2 {
    width: 100%;
    height: 300px;
    padding-top: 0vh;
    padding-bottom: 0vh;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-right-width: 0px;
  }
  .wrapper-contactpage {
    padding: 20px;
  }
  .bold-text {
    font-size: 0.9em;
    line-height: 1.7em;
  }
}

