body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

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

.heading_container h2 {
  font-weight: bold;
  color: #29292a;
  font-size: 2.5rem;
}

.heading_container h2::first-letter {
  font-size: 2em;
}

.heading_container h2 span {
  color: #8B3030;
}

/*header section*/
.hero_area {
  height: 100vh;
}

.sub_page .hero_area {
  height: auto;
}

.header_section {
  background-color: #1d1d1d;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  color: #7c7b7b;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
  color: #ffffff;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent !important;
  padding: 0 !important;
}

.navbar-brand img.brand-logo-glasses {
  height: 32px;
  width: auto;
  max-width: 50px;
  margin-right: 8px;
  object-fit: contain;
}

.navbar-brand img.brand-logo-text {
  height: 22px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #7c7b7b;
  text-transform: uppercase;
}

.quote_btn-container a img {
  width: 15px;
  margin: 0 35px;
}

.quote_btn-container a:hover {
  color: #ffffff;
}

/*end header section*/
/* slider section */
.slider_section {
  height: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/slider-bg.jpg);
  background-size: 100% 100%;
}

.slider_section .glass {
  position: absolute;
  right: 25px;
  top: 75px;
}

.slider_section .glass h6 {
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
  text-orientation: upright;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: -5px;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-size: 4.5rem;
  color: #0e020c;
}

.slider_section .detail-box h2 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
}

.slider_section .detail-box .btn-box {
  margin-top: 35px;
}

.slider_section .detail-box .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #1d1d1d;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box a:hover {
  background-color: transparent;
  border-color: #1d1d1d;
  color: #1d1d1d;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .carousel-indicators {
  color: #ffffff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  bottom: 45px;
  right: 45px;
}

.slider_section .carousel-indicators span {
  margin: 0 2px;
}

.slider_section .carousel-indicators li {
  text-indent: unset;
  margin: 0;
  border: none;
  opacity: 1;
  background-color: transparent;
  width: auto;
  height: auto;
}

.slider_section .custom_carousel-control {
  position: absolute;
  top: 50%;
  left: 0;
  width: 105px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider_section .custom_carousel-control .carousel-control-prev,
.slider_section .custom_carousel-control .carousel-control-next {
  margin: 10px 0;
  position: relative;
  width: 55px;
  height: 55px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  background-color: #e8e8e8;
}

.slider_section .custom_carousel-control .carousel-control-prev:hover,
.slider_section .custom_carousel-control .carousel-control-next:hover {
  background-color: #8B3030;
}

.slider_section .custom_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.slider_section .custom_carousel-control .carousel-control-prev:hover {
  background-image: url(../images/prev-white.png);
}

.slider_section .custom_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
}

.slider_section .custom_carousel-control .carousel-control-next:hover {
  background-image: url(../images/next-white.png);
}

/* About page — hero (photo du magasin, sans titre) */
.about_hero_section.slider_section {
  height: auto;
  min-height: min(42vh, 420px);
  padding: 0;
  background-image: url(../images/shop.png);
  background-size: cover;
  /* Entre centre et haut : un peu plus de haut du magasin sans tout coller en top */
  background-position: center 30%;
}

@media (min-width: 769px) {
  .about_hero_section.slider_section {
    min-height: min(62vh, 820px);
  }
}

/* Pas de voile mobile du hero accueil sur cette bannière image seule */
.about_hero_section.slider_section::before {
  display: none !important;
}

/* end slider section */
.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .detail-box .heading_container {
  margin-bottom: 25px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #8B3030;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 35px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #8B3030;
  color: #8B3030;
}

.about_section .img-box img {
  width: 100%;
}

.glass_section {
  background-color: #8B3030;
}

.glass_section .heading_container h2 {
  color: #ffffff;
  margin-bottom: 35px;
}

.glass_section .heading_container h2::first-letter {
  color: #ffffff;
}

.glass_section .heading_container h2 span {
  color: rgba(255, 255, 255, 0.75);
}

.glass_section .glass_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.glass_section .glass_container .box {
  width: 265px;
  margin: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 20px;
  border-radius: 15px;
}

.glass_section .glass_container .box .img-box {
  margin: 15px 0;
  height: 200px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glass_section .glass_container .box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.glass_section .glass_container .box .price a {
  color: #8B3030;
  text-decoration: underline;
}

.glass_section .glass_container .box .detail-box h6 {
  font-size: 15px;
  font-weight: 600;
  color: #1d1d1d;
  margin: 12px 0 4px 0;
}

.glass_section .glass_container .box .detail-box p {
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}

.glass_section .glass_container .box .price h6 {
  font-size: 16px;
  font-weight: 700;
  color: #8B3030;
  margin: 0;
}
.glass_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.glass_section .btn-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #8B3030;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 35px;
}

.glass_section .btn-box a:hover {
  background-color: transparent;
  border-color: #8B3030;
  color: #8B3030;
}

.quality_section .nav-tabs {
  border: none;
}

.quality_section .detail-box a h6 {
  margin: 35px 0;
  color: #050606;
}

.quality_section .detail-box a h6 span {
  font-weight: bold;
  margin-right: 10px;
}

.quality_section .detail-box a.active h6 span {
  color: #8B3030;
}

.quality_section .img-container {
  height: 100%;
}

.quality_section .img-container .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.quality_section .img-container .img-box img {
  width: 100%;
}

.offer_section {
  background-color: #8B3030;
}

.offer_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offer_section .img-box {
  position: relative;
}

.offer_section .img-box img {
  width: 100%;
}

.offer_section .img-box .price {
  position: absolute;
  top: 58.5%;
  left: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  background-color: #8B3030;
  border-radius: 100%;
}

.offer_section .img-box .price h4 {
  margin: 0;
  font-weight: bold;
  color: #ffffff;
}

.offer_section .detail-box h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}

.offer_section .detail-box a {
  display: inline-block;
  padding: 7px 45px;
  background-color: #8B3030;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 35px;
}

.offer_section .detail-box a:hover {
  background-color: transparent;
  border-color: #8B3030;
  color: #8B3030;
}

.buy_section {
  text-align: center;
}

.buy_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.buy_section .heading_container h2 .s-2 {
  color: #6f6e6e;
}

.buy_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buy_section .box .img-box {
  margin: 45px 0;
}

.buy_section .box .img-box img {
  max-width: 100%;
}

.buy_section .box .detail-box a {
  display: inline-block;
  padding: 8px 30px;
  background-color: #8B3030;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 25px;
}

.buy_section .box .detail-box a:hover {
  background-color: transparent;
  border-color: #8B3030;
  color: #8B3030;
}

/* contact section */
.contact_section {
  background-color: #141414;
  color: #ffffff;
}

.contact_section h2 {
  font-weight: bold;
  text-align: center;
}

.contact_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .heading_container h2 {
  color: #ffffff;
}

.contact_section .heading_container h2::before {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.contact_section .contact_form-container {
  margin-top: 45px;
}

.contact_section .contact_form-container input {
  border: none;
  outline: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  width: 100%;
  margin: 15px 0;
  background-color: transparent;
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
  color: rgba(249, 252, 253, 0.5);
}

.contact_section .contact_form-container input:-ms-input-placeholder {
  color: rgba(249, 252, 253, 0.5);
}

.contact_section .contact_form-container input::-ms-input-placeholder {
  color: rgba(249, 252, 253, 0.5);
}

.contact_section .contact_form-container input::placeholder {
  color: rgba(249, 252, 253, 0.5);
}

.contact_section .contact_form-container button {
  border: 2px solid #ffffff;
  padding: 8px 45px;
  border-radius: 30px;
  background-color: transparent;
  outline: none;
  color: #ffffff;
  text-transform: uppercase;
}

.contact_section .contact_form-container button:hover {
  background-color: #ffffff;
  color: #000000;
}

.contact_page .contact_intro {
  max-width: 700px;
  margin: 0 auto 35px auto;
  color: rgba(249, 252, 253, 0.8);
}

.contact_page .contact_grid {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contact_page .contact_info_card,
.contact_page .contact_form_card {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.04);
  padding: 26px 24px;
}

.contact_page .contact_info_card h3 {
  font-size: 1.45rem;
  margin-bottom: 12px;
  font-weight: 600;
}

.contact_page .contact_info_card p {
  margin-bottom: 16px;
  color: rgba(249, 252, 253, 0.88);
}

.contact_page .contact_info_card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact_page .contact_info_card li {
  margin: 7px 0;
  color: rgba(249, 252, 253, 0.8);
}

.contact_page .contact_info_card a {
  color: #ffffff;
}

.contact_page .contact_info_card a:hover {
  color: #8B3030;
}

.contact_page .contact_form_card .contact_form-container {
  margin-top: 0;
}

.map_embed_wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.map_embed_wrap iframe {
  width: 100%;
  height: 260px;
  border: 0;
}

.map_section .map_card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 22px;
}

.map_section .map_card h4 {
  font-weight: 700;
  margin-bottom: 12px;
}

.map_section .map_card p {
  margin-bottom: 10px;
  color: #4b4b4b;
}

/* end contact section */
/* info section */
.info_section {
  background-color: #141414;
}

.info_section .container {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.info_section .row > div {
  margin-top: 45px;
  margin-bottom: 45px;
}

.info_section h6 {
  margin-bottom: 12px;
  font-size: 18px;
  color: #ffffff;
}

.info_section p {
  color: #ffffff;
}

.site-footer .footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.site-footer .footer-lead {
  color: rgba(249, 252, 253, 0.7);
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}

.site-footer .footer-contact-list,
.site-footer .footer-nav-list {
  padding: 0;
  margin: 0;
}

.site-footer .footer-contact-list li,
.site-footer .footer-nav-list li {
  list-style: none;
  margin: 8px 0;
}

.site-footer .footer-contact-list a,
.site-footer .footer-nav-list a {
  color: rgba(249, 252, 253, 0.55);
}

.site-footer .footer-contact-list a:hover,
.site-footer .footer-nav-list a:hover {
  color: #ffffff;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;
}

.info_section ul li a {
  color: rgba(249, 252, 253, 0.5);
}

.info_section ul li a:hover {
  color: #ffffff;
}

/* end info section */
/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #8B3030;
  padding: 20px;
}

.footer_section p {
  color: #000000;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #000000;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */