/*
	Theme Name:   La Grande Lunetterie
	Description:  Thème La Grande Lunetterie développé par bebold
	Author:       bebold
	Author URI:   https://bebold.ch
	Template:     savoy
	Version:      1.0
*/

.image-slide img {
  object-fit: cover;
}

.campagnes-img-desktop-hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .campagnes-img {
    margin-top: 20px;
  }

  .campagnes-img-desktop-hidden {
    display: block;
  }

  .campagnes-img-mobile-hidden {
    display: none;
  }

  .page-id-6777 .nm-row.nm-row-full.vc_row.wpb_row {
    padding-top: 40px !important;
  }
}

.wpcf7 {
  margin: 0 !important;
  overflow: visible !important;
}

.wpcf7-form>p {
  padding: 0;
}

.wpcf7 .footer__content-newsletter-input.wpcf7-form-control {
  font-size: 14px;
}

.wpcf7 .footer__content-newsletter-button:hover svg {
  transform: translate(calc(-50% + 5px), -50%) scale(0.5);
}

.wpcf7 .footer__content-newsletter-button svg {
  transition: all 0.3s ease;
}

.wpcf7 .footer__content-newsletter-button {
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7-response-output {
  padding: 0 !important;
}

@media screen and (min-width: 1024px) {
  .footer__content-newsletter .wpcf7 {
    width: 50%;
  }
}

.wpcf7 .footer__content-newsletter-input.wpcf7-form-control {
  padding: calc(15px + 10 * (100vw - 375px) / 1605) !important;
  width: 95%;
  border: none;
  color: #fff;
  background-color: #286f6d;
}

.d-flex {
  display: flex;
}

[type="radio"] {
  display: none;
}

.contact-form input[type="radio"]+span,
.contact-form input[name="contact-date"],
.contact-form input[name="contact-time"],
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="submit"],
.contact-form textarea {
  padding: 20px 30px;
  background-image: linear-gradient(to right, #f4f4f4, #ebebeb);
  border: 1px solid #ececec;
  resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #060606;
  opacity: 1;
}

.contact-form input[type="radio"]+span {
  color: #060606;
  opacity: 0.6;
  cursor: pointer;
  text-transform: capitalize;
}

.contact-form button {
  background-image: linear-gradient(to right, #2d2d2d, #060606);
  color: #fff;
  padding: 20px 30px;
  align-items: center;
  display: flex;
  font-weight: bold;
  border: none;
  width: 200px;
}

.contact-form button:hover {
  cursor: pointer;
}

.contact-form button:hover svg {
  margin-left: 50px;
}

.contact-form svg {
  transform: scale(0.6);
  margin-left: 40px;
  transition: all 0.3s;
}

.contact-form input[type="radio"]:checked+span {
  background-image: linear-gradient(to right, #96e1e0, #6fcdcb);
  color: #fff;
}

.row-contact-form::before {
  background-color: #f6f6f6;
  content: "";
  width: 75%;
  height: 100%;
  position: absolute;
  bottom: 50px;
  left: calc(25px + 75 * (-100vw - 375px) / 1605 - 5%);
}

.row-contact-form {
  position: relative;
  margin-top: 100px !important;
}

.row-contact-form .wpcf7 {
  margin: 0 auto !important;
  max-width: 800px;
}

.row-contact-form .wpcf7-radio,
.row-contact-form .wpcf7-radio label {
  display: flex;
}

.grid-input-contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(50%, 200px), 1fr));
  gap: 10px;
  margin-bottom: 30px;
}

.grid-input-date-time {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(50%, 150px), 1fr));
  gap: 10px;
  width: 100%;
  margin-left: 10px;
  margin-bottom: 30px;
}

.row-contact-form .wpcf7-response-output {
  margin-top: 20px;
  position: absolute;
  color: #66c7c6;
}

@media screen and (max-width: 1800px) {
  .row-contact-form::before {
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .contact-form .d-flex {
    flex-wrap: wrap;
  }

  .grid-input-date-time {
    margin-left: 0;
  }

  .row-contact-form::before {
    width: 100%;
    margin-bottom: 30px;
  }

  .contact-radio {
    width: 100%;
    margin-bottom: 30px;
  }

  .wpcf7 .wpcf7-form-control {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .contact-form input[type="radio"]+span {
    width: 100%;
  }

  .shop__title {
    padding: 0;
  }
}

.nm-menu-cart .count {
  top: unset !important;
  left: 5px;
  transform: translate(0, 4px);
}

span.nm-menu-cart-count.count.nm-count-zero {
  display: none;
}

@media (max-width: 1080px) {
  .nm-product-summary-inner-col {
    width: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  li.nm-shop-categories-btn-wrap {
    width: unset;
    padding: 0 10px;
  }

  .nm-shop-menu .nm-shop-filter-menu li.active a {
    color: #f4f4f4 !important;
  }

  .nm-shop-menu ul li a {
    display: flex;
    align-items: center;
  }
}

.shop__wrapper {
  display: block;
}

.product-page__content form .variations_button .nm-quantity-wrap .quantity .nm-qty-minus {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: rotate(-180deg);
}

.product-page__content form .variations_button .nm-quantity-wrap .quantity .nm-qty-plus {
  position: absolute;
  right: -10px;
  top: 50%;
  /* transform: translate(0, -50%); */
  transform: translateY(-10px);
}

/* .product-page__content
  form
  .variations_button
  .nm-quantity-wrap
  .quantity
  .nm-font {
  width: 20px;
  padding: 0 5px;
} */
.product-page__content form .variations_button .nm-quantity-wrap {
  padding-right: 25px;
}

.product-page__content ul {
  margin-left: 20px;
}

.product-page__content li {
  list-style: disc;
  margin-top: 20px;
}

.grecaptcha-badge {
  visibility: collapse !important;
}

.page-id-4820 #post-4820 h1 {
  display: none;
}

.page-id-4820 #post-4820 .contact__section h1 {
  display: block;
}

.product-page__content form table tr {
  width: max-content;
}

/* .product-page__content form table td.value {
    width: max-content !important;
} */
.product__content h3 {
  /* -webkit-line-clamp: 5; */
  display: block;
}

.nm-checkout-login-coupon {
  display: block;
}

.banner__link.second::after {
  content: initial;
  display: none;
}

.banner__link.highlighted img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner__link .banner__link-title {
  text-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 991px) {
  .banner__figure {
    display: none;
  }
}

.banner__figure.blue {
  display: none;
}

@media (min-width: 1024px) {
  .banner__link.text {
    position: absolute;
    top: 75px;
    left: 45%;
    right: initial;
    grid-column: initial;
    grid-row: initial;
    transform: initial;
  }
}

@media (max-width: 1023px) {
  .banner__link.second.shop {
    position: absolute;
    right: 45px;
    bottom: 0;
    display: block;
  }

  .banner__link.second.shop .banner__link-title {
    display: block;
    font-size: 20px;
  }

  .banner__link.second.shop .banner__link-btn::after {
    top: 0;
  }
}

.product-page__content .cart:not(.nm-custom-select) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  gap: 0 calc(12px + 13 * (100vw - 375px)/ 1605);
}

.product-page__content .cart .nm-quantity-wrap {
  padding-right: 25px;
}

.product-page__content .cart .nm-quantity-wrap {
  width: unset;
  border: none;
  background: linear-gradient(45deg, #51a8a6, #286f6d);
  color: #fff !important;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  display: inline-block;
}

.product-page__content .cart .nm-quantity-wrap .input-text.qty {
  color: #ffffff;
}

.product-page__content form .nm-quantity-wrap .quantity {
  position: relative;
}

.product-page__content form .nm-quantity-wrap * {
  height: 100%;
}

.product-page__content form .nm-quantity-wrap .quantity .nm-qty-minus {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: rotate(-180deg);
}

.product-page__content form .nm-quantity-wrap .quantity .nm-qty-plus {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-10px);
}

.product-page__content form .nm-quantity-wrap .quantity .nm-font {
  height: 10px;
  width: 10px;
  order: 2;
}

.product-page__content form .nm-quantity-wrap .quantity .nm-font:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(assets/img/icons/input.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}


.product-page__content form .nm-quantity-wrap {
  margin-right: calc(12px + 13 * (100vw - 375px)/ 1605);
  padding-left: calc(15px + 15 * (100vw - 375px)/ 1605);
  padding-right: calc(15px + 15 * (100vw - 375px)/ 1605);
  padding-top: calc(10px + 15 * (100vw - 375px)/ 1605);
  padding-bottom: calc(10px + 15 * (100vw - 375px)/ 1605);
}

.wc-pao-addon .form-row.wc-pao-addon-wrap {
  padding-top: calc(10px + 15 * (100vw - 375px)/ 1605);
  padding-bottom: calc(10px + 15 * (100vw - 375px)/ 1605);
  padding-left: calc(15px + 15 * (100vw - 375px)/ 1605);
  padding-right: calc(15px + 15 * (100vw - 375px)/ 1605);
}

.simple-add-to-cart {
  margin-top: calc(25px + 25 * (100vw - 375px)/ 1605);
}

/* product add-on */

div#product-addons-total {
  display: none
}

em.required {
  display: none;
}

/*.wc-pao-addon-select option:first-child{
	display: none;
}*/
.wc-pao-addon-select,
.wc-pao-addon-select option {
  width: max-content !important;
}

.sod_select:not(.touch) .wc-pao-addon-select {
  /*display: none !important;*/
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: block !important;
}

/*html body .product-page__content form .sod_option:first-child {
   display: block; 
}*/
.wc-pao-addon-container {
  margin-top: 0;
}

.wc-pao-addon-name {
  line-height: 20px;
  padding: 10px 0;
  margin-bottom: 0 !important;
}

.wc-pao-addon .form-row.wc-pao-addon-wrap {
  position: relative;
  margin-bottom: 0;
  background: linear-gradient(45deg, #f7f7f7, #ebebeb);
}


.simple-add-to-cart {
  grid-column: 1 / 3;
  display: flex;
}

.wcpf-filter .wcpf-filter-inner {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  margin: 0 -20px;
}

.wcpf-field-item {
  padding: 0 20px;
}

.wcpf-field-title {
  text-transform: capitalize !important;
}

@media screen and (max-width: 767px) {
  .wcpf-filter .wcpf-filter-inner {
    grid-template-columns: 100%;
  }
}

.is_iphone .is-category {
  margin-bottom: 23px;
}




/*POPUP*/
.pum.pum-overlay {
  background: rgb(181 181 181 / 95%) !important;
}

.pum-container.popmake {
  background: #FFF !important;
}

.pum-content h1,
.pum-content h2,
.pum-content h3,
.pum-content h4 {
  font-family: Michroma, sans-serif;
  font-weight: 300;
  line-height: normal;
}

@media screen and (max-width: 767px) {

  .pum-theme-2290 .pum-title,
  .pum-theme-enterprise-blue .pum-title {
    font-size: 24px;
    line-height: 30px;
  }

  .pum-content h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

.banner__video {
  width: 100%;
  height: 100%
}

/* New Update */
.home {
  padding-top: 95px;
}

.home .entry-content h1 {
  display: none;
}

.home .banner {
  grid-template-columns: 53.86% 23.07% 23.07%;
  padding: 0 10px;
}

.home .banner__link.call span {
  display: none;
}

.home .banner__link.call {
  grid-column: 2 / 4;
  grid-row: 1;
  margin: 0 0 30px;
  width: 100%;
  padding: 0;
}

.home .banner__link.call .button {
  text-transform: uppercase;
  font-family: Michroma;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.59px;
  text-align: left;
  margin: 0 !important;
  padding: 37px 14% 33px;
}

.home .banner__link.call .button svg {
  margin-right: 0;
}

.home .banner__link.call .button:nth-child(3),
.home .banner__link.call .button:nth-child(4),
.home .banner__link.call .button:nth-child(5) {
  display: none !important;
}

.home .banner__link.text {
  grid-column: 2 / 3;
  grid-row: 2;
  position: static;
  transform: none !important;
  margin: 0 15px 0 0;
  aspect-ratio: 1/1;
  padding: 25px 40px 10px;
}

.home .banner__link.second {
  grid-column: 1/4;
  grid-row: 3;
  margin: 0;
}

.home .banner__link.second.shop {
  grid-column: 3 / 4;
  grid-row: 2;
  position: relative;

  transform: none !important;
  padding: 0;
  margin: 0 0 0 15px;
  height: auto;
  aspect-ratio: 1 / 1;
  width: calc(100% - 15px);
}

.home .banner__link.second img {
  position: static;
}

.home .banner__link.highlighted {
  grid-column: 1 / 2;
  grid-row: 2;
  width: auto;
  margin: -90px -37px -13px 0;
  padding: 10px 0 0;
}

.home .banner__link-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 20px;
}

.home .banner__link.second .banner__link-btn {
  position: absolute;
  bottom: 25px;
  z-index: 1;
}

.home .banner__link.text svg {
  transform: scale(1.4, 1.6);
  margin-right: 10px;
  margin-bottom: -1px;
}

.home .banner__link.text span {
  font-size: 16.5px;
  line-height: 1.9;
}

.home .banner__figure {
  width: 176px;
  height: 176px;
  border-radius: 60px 0 60px 0;
  position: static;
  grid-column: 3 / 4;
  grid-row: 2;
  transform: translate(137%, 103%);
}

.home .hinstagram-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  color: #FFFFFF;
  background: linear-gradient(83.07deg, #4F9A97 22.22%, #316A68 104.02%);
  padding: 23px 33px 20px 25px;
  width: 254px;
  text-transform: uppercase;
}

.home .banner__link.banner__link-instagram {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
}

.home .banner #sb_instagram {
  padding-left: 12%;
  position: relative;
}

.home .banner #sb_instagram::before {
  content: '';
  background: linear-gradient(247.65deg, #C1C1C1 2.89%, rgba(255, 255, 255, 0) 113.44%);
  display: block;
  position: absolute;
  top: -25px;
  bottom: -20px;
  width: 80%;
  right: -130px;
}

.home .banner #sb_instagram #sbi_images {
  display: flex;
  margin: 0;
  padding: 45px 0 0 !important;
  width: calc(100% + 10px);
}

.home .banner #sb_instagram #sbi_images .sbi_item {
  width: calc(100% / 5);
  padding: 0 9px !important;
  aspect-ratio: 140 / 146;
}

.home .contact--home {
  padding: 0 !important;
  gap: 0;
  grid-template-columns: 50% 50%;
}

.h2-heading {
  max-width: 575px;
}

h2.h2-heading {
  margin: 0 0 30px;
}

.home .contact--home .contact__intro p {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  margin: 0 0 55px;
}

.home .contact--home .contact__section {
  grid-column: 1/3;
}

.home .contact--home .contact__section:last-child {
  display: none;
}

.home .contact__section h1 {
  display: block !important;
  float: left;
  width: 50%;
  font-family: Michroma;
  font-size: 30px;
  font-weight: 400;
  line-height: 42.66px;
  text-align: left;
  padding-left: 15px;
  margin: 35px 0 30px;

}

.home .contact__section-iframe {
  width: 50%;
  float: left;
  padding-bottom: 31.25%;
}

.home .contact__section-iframe iframe {
  width: calc(100% - 15px);
  right: 15px;
}

.home .contact__section-content {
  float: left;
  width: 50%;
  padding-left: 15px;
}

.home .contact--home .contact__section-content-text {
  flex-direction: column;
  margin: 0 0 0;
}

.home .contact--home .contact__section-content-text p {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  line-height: 23.44px;
  margin: 0 0 30px;
}

.home .contact--home .contact__section-content-text p:nth-child(2) {
  margin: 0 0 5px;
}

.home .contact__section-content-button {
  padding-left: calc(15px + 16*(100vw - 375px) / 1605);
  padding-right: calc(15px + 16*(100vw - 375px) / 1605);
}

.footer__content-schedules {
  flex-grow: 1;
  padding: 70px 80px 55px !important;
  background: linear-gradient(251.19deg, #010101 -1.23%, #2D2D2D 100.82%);
}

.footer__content-schedules-section {
  width: 100%;
}

.footer__content-schedules-section span {
  font-family: Michroma;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.59px;
  margin: 0 0 30px;
}

.footer__content-schedules-section strong {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  margin: 0 0 20px;
}

.footer__content-schedules-section p {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 21.09px;
}

.footer__content-schedules-section-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 470px;
}

.footer__content-schedules-section-wrapper>div {
  width: 50%;
}

.footer__content-schedules-section-wrapper>div:nth-child(2) {
  padding-left: 5%;
}

.contact__section:last-child {
  display: none !important;
}

.contact__section-content {
  flex-direction: row;
  width: 100%;
}

.contact:not(.contact--home) .contact__section-content>div {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.contact__section {
  width: 100%;
}

.grid-input-date-time {
  margin-left: 0;
}

@media (max-width: 1439px) {
  .home .banner__link.call {
    display: block;
  }
}

@media (max-width: 1023px) {
  .contact__section-content>div {
    width: 100%;
  }

  .footer__content-schedules {
    padding: 30px 15px !important;
  }

  .contact:not(.contact--home) .contact__section-content-text {
    width: 100%;
  }

  .home .banner #sb_instagram::before {
    top: 69px;
    bottom: -28px;
  }

  .home .banner__link.call .button:nth-child(3) {
    display: inline-flex !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.75px;
    padding: 27px 17% 23px;
  }

  .footer__content-schedules-section-wrapper {
    flex-direction: column;
  }

  .footer__content-schedules-section-wrapper>div {
    width: 100%;
    padding-left: 0 !important;
  }

  .footer__content-schedules-section strong {
    display: block;
  }

  .footer__content-schedules-section p {
    font-size: 16px;
    line-height: 1.5;
  }

  .home .banner__link.call {
    grid-row: 1;
    grid-column: 1/3;
    margin: 0 0 20px;
  }

  .home>.container {
    padding: 0 20px;
  }

  .home .banner {
    padding: 73px 0;
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .home .banner__link.call .button svg {
    width: 44px;
  }

  .home .banner__link.text {
    grid-column: 1/2;
    margin: 0 10px 0 0;
    padding: 20px 20px 10px;
  }

  .home .banner__link.second.shop {
    grid-column: 2 / 3;
    width: calc(100% - 10px);
    margin: 0 0 0 10px;
    right: 0;
  }

  .home .banner__link.text svg {
    transform: scale(0.8, 1);
    margin-right: 3px;
  }

  .home .banner__link.text span {
    font-size: 10.5px;
    line-height: 1.9;
  }

  .home .banner__link.highlighted {
    grid-row: 3;
    grid-column: 1/3;
    margin: 0;
    height: auto !important;
    aspect-ratio: 16 / 10;
    display: flex;
    padding: 21px 0 0;
  }

  .home .banner__link.banner__link-instagram {
    grid-row: 4;
    flex-direction: column-reverse;
    height: auto;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .home .banner__link-content {
    padding: 17px 11px;
  }

  .home .banner__link.second .banner__link-btn {
    bottom: 16px;
    font-size: 11px;
    width: auto;
  }

  .home .hinstagram-btn {
    padding-right: 22px;
  }

  .home .banner__link.second.shop .banner__link-title {
    font-size: 19px;
  }

  .home .banner__link.second .banner__link-btn::after {
    left: 114%;
    right: unset;
    transform: scale(0.7);
    top: -4px;
  }

  .home .banner #sb_instagram #sbi_images {
    padding: 140px 0 0 !important;
    width: calc(100% + 30px);
  }

  .home .banner #sb_instagram {
    padding-left: 18%;
    margin: 0 0 50px;
  }

  .home .banner #sb_instagram #sbi_images .sbi_item {
    width: 50%;
  }

  .home #sb_instagram .sbi_photo {
    width: 100%;
    height: 100% !important;
  }

  .home .banner #sb_instagram .sbi_photo_wrap {
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .home .hinstagram-btn a {
    padding: 23px 31px 20px 28px;
  }

  .home .banner__figure {
    display: block;
    width: 124px;
    height: 124px;
    grid-column: 2 / 3;
    grid-row: 2;
    transform: translate(56%, 90%);
  }

  .home .contact__section-iframe,
  .home .contact__section h1,
  .home .contact__section-content {
    width: 100%;
    padding-left: 0;
  }

  .home .contact__section-iframe {
    padding-bottom: 60%;
  }

  h2.h2-heading {
    font-size: 30px !important;
    line-height: 1.5 !important;
  }

  .home .contact__section h1 {
    font-size: 20px !important;
  }

  .home .contact--home .contact__section-content-text p,
  .home .contact--home .contact__intro p {
    font-size: 16px;
  }

  .contact:not(.contact--home) .contact__section-content>div {
    width: 100%;
  }
}

#nm-cart-panel {
  z-index: 10020 !important;
}