@import url(https://fonts.googleapis.com/css2?family=Overpass:wght@100;300;400;600;700;800;900&display=swap);
body {
  font-family: Overpass, sans-serif;
  font-weight: 300;
  color: #0f2a3d;
}
body h1,
body h2,
body h4,
body h5,
body h6 {
  font-family: Overpass, sans-serif;
}
.cta {
  line-height: 1;
  display: inline-block;
  font-size: 17px;
  padding: 0.7rem 1.2rem 0.65rem;
  border: 2px solid;
  border-radius: 2rem;
  font-weight: 600;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.cta:active,
.cta:focus,
.cta:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cta--border-white {
  border-color: #fff;
  color: #fff;
}
.cta--border-white:active,
.cta--border-white:focus,
.cta--border-white:hover {
  background-color: #fff;
  color: var(--clr-main);
}
.cta--full-blue {
  border-color: var(--clr-main);
  color: #fff;
  background-color: var(--clr-main);
}
.cta--full-blue:active,
.cta--full-blue:focus,
.cta--full-blue:hover {
  color: #fff;
}
.cta--border-black {
  border-color: #282828;
  color: #282828;
}
.cta--border-black:active,
.cta--border-black:focus,
.cta--border-black:hover {
  background-color: #282828;
  color: #fff;
}
.breadcrumb {
  padding: 1.5rem 0 1.3rem;
  background-color: #eef7fa;
}
.breadcrumb__container {
  margin-bottom: 0;
  line-height: 1.2;
}
.breadcrumb__container .breadcrumb_last,
.breadcrumb__container a {
  margin: 0 0.5rem;
}
.site-header {
  width: 100%;
  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;
}
.site-header__top {
  background-color: #0f2a3d;
  list-style: none;
  margin: 0;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 0;
}
.site-header__top__item {
  font-size: 13px;
  line-height: 1;
  margin: 0.25rem 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-header__top__item i,
.site-header__top__item span {
  color: var(--clr-main);
  margin-right: 0.25rem;
  font-size: 16px;
  font-weight: 900;
  text-transform: initial;
}
.site-header__nav {
  padding: 2rem 1rem;
  width: 100%;
  background-color: #fff;
  -webkit-transition: padding 250ms ease;
  transition: padding 250ms ease;
}
@media (max-width: 950px) {
  .site-header__nav {
    padding: 1rem;
  }
}
.site-header__nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 950px) {
  .site-header__nav__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
.site-header__nav--sticked {
  position: fixed;
  z-index: 1000;
  background-color: transparent;
}
.site-header__nav--sticky {
  position: fixed;
  z-index: 1000;
  padding: 1rem;
  top: 0 !important;
  -webkit-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
  background-color: #fff;
}
@media (max-width: 950px) {
  .site-header__nav--sticky {
    padding-bottom: 0;
  }
}
.site-header__nav--sticky .site-header__nav__logo {
  width: 140px;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
@media (max-width: 950px) {
  .site-header__nav--sticky .site-header__nav__logo {
    width: 120px;
  }
}
.site-header__nav__logo {
  width: 200px;
  display: block;
  -webkit-transition: width 250ms ease;
  transition: width 250ms ease;
}
@media (max-width: 950px) {
  .site-header__nav__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 120px;
  }
}
.site-header__nav__logo img {
  width: 100%;
  display: block;
}
.site-header__nav__cta-menu {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 1rem;
}
@media (max-width: 950px) {
  .site-header__nav__cta-menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
}
.site-header__nav__cta-menu > li {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin: 0.25rem 1rem 0.25rem;
}
.site-header__nav__cta-menu > li:first-child {
  margin-left: 0;
}
.site-header__nav__cta-menu > li:last-child {
  margin-right: 0;
}
.site-header__nav__cta-menu > li > a {
  display: block;
  color: #282828;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}
.site-header__nav__cta-menu > li > a:active,
.site-header__nav__cta-menu > li > a:focus,
.site-header__nav__cta-menu > li > a:hover {
  color: var(--clr-main);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.site-header__nav__cta-menu > li .cta {
  color: #fff;
}
.site-header__nav__cta-menu__burger {
  display: none;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
}
@media (max-width: 950px) {
  .site-header__nav__cta-menu__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header__nav__cta-menu__burger__icon {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #0f2a3d;
  line-height: 1;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}
.site-header__nav__cta-menu__burger__icon span {
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #0f2a3d;
  border-radius: 2px;
  margin-bottom: 0.4rem;
}
.site-header__nav__cta-menu__cart {
  font-size: 24px !important;
  position: relative;
}
.site-header__nav__cta-menu__cart__number {
  position: absolute;
  font-size: 14px;
  font-weight: 900;
  right: -0.5rem;
  top: -0.5rem;
  background-color: #e04068;
  color: #fff;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.35rem;
  text-align: center;
  border-radius: 100%;
}
@media (max-width: 950px) {
  .site-header__nav__cta-menu__phone {
    padding: 0.2rem;
  }
}
@media (max-width: 950px) {
  .site-header__nav__cta-menu__phone span {
    display: none;
  }
}
.site-header__nav__menu {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 950px) {
  .site-header__nav__menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 0.5rem;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
    background-color: #e2f3f9;
    padding: 1rem 0;
    display: none;
  }
}
.site-header__nav__menu > li {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin: 0.25rem 1rem 0.25rem;
}
@media (max-width: 950px) {
  .site-header__nav__menu > li {
    margin: 0;
    padding: 0.5rem 1rem;
    display: block;
    text-align: center;
  }
}
.site-header__nav__menu > li:first-child {
  margin-left: 0;
}
.site-header__nav__menu > li:last-child {
  margin-right: 0;
}
.site-header__nav__menu > li > a {
  display: block;
  color: #282828;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}
.site-header__nav__menu > li > a:active,
.site-header__nav__menu > li > a:focus,
.site-header__nav__menu > li > a:hover {
  color: var(--clr-main);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.site-header__nav__menu > li .cta {
  color: #fff;
}
.site-footer__menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 1rem 0;
  background-color: #0f2a3d;
}
.site-footer__menu > li {
  margin: 0.5rem 1.5rem;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
.site-footer__menu > li:last-child {
  margin-right: 0;
}
.site-footer__menu > li:last-child::after {
  display: none;
}
.site-footer__menu > li:first-child {
  margin-left: 0;
}
.site-footer__menu > li::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  right: -1.5rem;
}
.site-footer__menu > li > a {
  color: #fff;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}
.site-footer__menu > li > a:active,
.site-footer__menu > li > a:focus,
.site-footer__menu > li > a:hover {
  color: var(--clr-main);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.site-footer__pictos {
  background-color: #2a4f6e;
  padding: 3rem 0 2rem;
}
.site-footer__pictos__container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 75rem;
  list-style: none;
  padding: 0;
}
.site-footer__pictos__item {
  margin-bottom: 2rem;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.site-footer__pictos__item i,
.site-footer__pictos__item span {
  color: #e04068;
  font-size: 39px;
  font-weight: 900;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.carousel-accueil {
  padding: 0;
  overflow: hidden;
}
.carousel-accueil__item {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 100vh;
}
.carousel-accueil__item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}
.carousel-accueil__item__content {
  width: 100%;
}
.carousel-accueil__item__content__title {
  font-weight: 100;
  font-size: 58px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  .carousel-accueil__item__content__title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .carousel-accueil__item__content__title {
    font-size: 26px;
  }
}
.carousel-accueil__item__content__title span {
  color: var(--clr-main);
}
.carousel-accueil__item__content__cta {
  margin-top: 1rem;
}
.carousel-modeles {
  background-color: var(--clr-main);
  padding: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 640px) {
  .carousel-modeles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.carousel-modeles__entete {
  padding: 6rem 4rem 8rem 2rem;
  margin-left: auto;
}
@media (max-width: 640px) {
  .carousel-modeles__entete {
    margin-right: auto;
    margin-left: 0;
    padding: 4rem 1rem;
    width: 100%;
  }
}
.carousel-modeles__entete__title {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.carousel-modeles__entete__title:hover::after {
  opacity: 1;
  margin-left: 0.5rem;
  -webkit-transition: opacity 0.5s ease, margin-left 0.5s ease;
  transition: opacity 0.5s ease, margin-left 0.5s ease;
}
.carousel-modeles__entete__title a {
  color: #fff;
}
.carousel-modeles__entete__title::after {
  content: "\ea94";
  font-family: IcoFont !important;
  font-size: 30px;
  margin-left: 0.3rem;
  opacity: 0.3;
  -webkit-transition: opacity 250ms ease, margin-left 250ms ease;
  transition: opacity 250ms ease, margin-left 250ms ease;
}
.carousel-modeles__slider {
  max-width: 65%;
  margin-right: 0;
  margin-left: 0;
  background-color: #fff;
}
@media (max-width: 1500px) {
  .carousel-modeles__slider {
    max-width: 70%;
  }
}
@media (max-width: 640px) {
  .carousel-modeles__slider {
    width: 100%;
    max-width: 100%;
  }
}
.carousel-modeles__slider .swiper-wrapper {
  height: 380px;
}
.carousel-modeles__slider__slide {
  width: auto;
}
.page-template-accueil main {
  padding: 0;
}
.page-template-faq main {
  padding: 0;
}
.bloc-fonctionnement {
  background-color: #eef7fa;
  padding: 4rem 0 2.5rem;
}
.bloc-fonctionnement__container {
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bloc-fonctionnement__left {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.bloc-fonctionnement__left__title {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 2rem;
  font-weight: 600;
}
.bloc-fonctionnement__left__title span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 0.5rem;
}
.bloc-fonctionnement__left__content {
  font-size: 19px;
}
.bloc-fonctionnement__left__content > :last-child {
  margin-bottom: 0;
}
.bloc-fonctionnement__left__cta {
  margin-top: 2rem;
}
.bloc-fonctionnement__right {
  padding-left: 5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.bloc-fonctionnement__right__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.bloc-fonctionnement__right__item__deco {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bloc-fonctionnement__right__item__deco__picto {
  font-size: 45px;
  line-height: 1;
  color: #bfbfbf;
}
.bloc-fonctionnement__right__item__deco__nb {
  font-size: 38px;
  font-weight: 600;
  color: #e04068;
  line-height: 1;
}
.bloc-fonctionnement__right__item__content {
  padding-left: 1rem;
}
.bloc-fonctionnement__right__item__content__title {
  font-size: 25px;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 600;
}
.bloc-fonctionnement__right__item__content__desc {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 0;
}
.article-en-avant {
  padding: 5rem 0 3rem;
}
.article-en-avant__thumb {
  padding-right: 2.5rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
}
.article-en-avant__content {
  padding-left: 4rem;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 1rem;
  margin-bottom: 2rem;
}
.article-en-avant__content__title {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 2rem;
  font-weight: 600;
}
.article-en-avant__content__title a {
  color: #282828;
}
.article-en-avant__content__title span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 0.5rem;
}
.article-en-avant__content__extrait {
  font-size: 19px;
}
.article-en-avant__content__extrait > :last-child {
  margin-bottom: 0;
}
.article-en-avant__content__cta {
  margin-top: 2rem;
}
.bloc-faq {
  background-color: #e2f3f9;
  padding: 5rem 0 3.5rem;
}
.bloc-faq__container {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.bloc-faq__head {
  margin-bottom: 2rem;
}
.bloc-faq__head__title {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 600;
}
.bloc-faq__head__title a {
  color: #0f2a3d;
}
.bloc-faq__head__title span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 0.5rem;
}
.bloc-faq__cta {
  margin-top: 0.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .bloc-faq__cta {
    margin-top: 0;
  }
}
.bloc-faq__item {
  margin-bottom: 1.5rem;
  border-radius: 2px;
  overflow: hidden;
  background-color: #f8f4f4;
}
.bloc-faq__item__title {
  width: 100%;
  line-height: 1.2;
  background-color: #fff;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bloc-faq__item__title::after {
  content: "+";
  color: var(--clr-main);
  position: absolute;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  right: 1rem;
  -webkit-transition: color 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: color 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.bloc-faq__item__content {
  padding: 0 1.5rem;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  background-color: #fff;
  border-top: 1px solid #e0e4e6;
  -webkit-transition: max-height 250ms ease, padding-top 250ms ease,
    padding-bottom 250ms ease;
  transition: max-height 250ms ease, padding-top 250ms ease,
    padding-bottom 250ms ease;
}
.bloc-faq__item__content > :last-child {
  margin-bottom: 0;
}
.bloc-faq__item--open .bloc-faq__item__title::after {
  content: "-";
  font-size: 50px;
  color: #e04068;
}
.bloc-faq__item--open .bloc-faq__item__content {
  max-height: 500px;
  padding: 1.5rem;
  -webkit-transition: max-height 0.5s ease, padding-top 0.5s ease,
    padding-bottom 0.5s ease;
  transition: max-height 0.5s ease, padding-top 0.5s ease,
    padding-bottom 0.5s ease;
}
.intro-liste-modeles {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.intro-liste-modeles__title {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 2rem;
  font-weight: 600;
}
.intro-liste-modeles__title span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 0.5rem;
}
.intro-liste-modeles__title strong {
  color: var(--clr-main);
}
.intro-liste-modeles__desc {
  font-size: 19px;
  margin-bottom: 2rem;
}
.intro-liste-modeles__desc > :last-child {
  margin-bottom: 0;
}
.liste-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  margin-left: 0;
  margin-bottom: 3.5rem;
}
.liste-categories__list__item {
  margin-bottom: 0.5rem;
  line-height: 1;
  margin-right: 1.5rem;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.liste-categories__list__item--active {
  position: relative;
}
.liste-categories__list__item--active::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #282828;
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
}
.liste-categories__list__item--active a {
  color: #282828 !important;
}
.liste-categories__list__item i {
  margin-right: 0.25rem;
  color: #282828 !important;
}
.liste-categories__list__item a {
  color: #282828;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}
.liste-categories__list__item a:active,
.liste-categories__list__item a:focus,
.liste-categories__list__item a:hover {
  color: var(--clr-main);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.theme-carteremerciementdecesfr .liste-cartes {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.theme-carteremerciementdecesfr .liste-cartes__item {
  margin-bottom: 2rem;
}
.theme-carteremerciementdecesfr .liste-cartes__item__link {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 1rem;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
.theme-carteremerciementdecesfr .liste-cartes__item__link:active,
.theme-carteremerciementdecesfr .liste-cartes__item__link:focus,
.theme-carteremerciementdecesfr .liste-cartes__item__link:hover {
  background-color: #e2f3f9;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.theme-carteremerciementdecesfr .liste-cartes__item__title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
  color: #9d9d9d;
}
.theme-carteremerciementdecesfr .liste-cartes__item__thumb {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1rem;
}
.theme-carteremerciementdecesfr .liste-cartes__item__thumb__mockup {
  width: 100%;
  height: auto;
  background-color: #e2f3f9;
}
.theme-carteremerciementdecesfr .liste-cartes__item__thumb__visuel {
  position: absolute;
}
.theme-carteremerciementdecesfr .liste-cartes__item__thumb__visuel--paysage {
  width: 71.3%;
  margin-left: 2%;
  height: 62.4%;
  margin-top: 3.2%;
  -o-object-fit: contain;
  object-fit: contain;
}
.single-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.single-container h1 {
  border-bottom: 3px solid var(--clr-main);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  line-height: 1.2;
  text-align: center;
}
.single-container h1 {
  font-size: 40px;
}
.single-container h2 {
  font-size: 30px;
  color: var(--clr-main);
}
.single-container h3 {
  font-size: 25px;
  text-transform: uppercase;
}
.single-container h4 {
  font-size: 20px;
  color: var(--clr-main);
}
.wpcf7-form .grid-container {
  padding: 0;
}
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"],
.wpcf7-form textarea {
  background-color: #e7e7e7;
  color: #282828;
  font-size: 15px;
  line-height: 1.2;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  margin-bottom: 1.5rem;
  height: auto;
  padding: 1rem;
}
.wpcf7-form input[type="email"]::-webkit-input-placeholder,
.wpcf7-form input[type="tel"]::-webkit-input-placeholder,
.wpcf7-form input[type="text"]::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.wpcf7-form input[type="email"]::-moz-placeholder,
.wpcf7-form input[type="tel"]::-moz-placeholder,
.wpcf7-form input[type="text"]::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.wpcf7-form input[type="email"]:-ms-input-placeholder,
.wpcf7-form input[type="tel"]:-ms-input-placeholder,
.wpcf7-form input[type="text"]:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.wpcf7-form input[type="email"]::-ms-input-placeholder,
.wpcf7-form input[type="tel"]::-ms-input-placeholder,
.wpcf7-form input[type="text"]::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.wpcf7-form input[type="email"]::placeholder,
.wpcf7-form input[type="tel"]::placeholder,
.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form textarea::placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.wpcf7-form input[type="submit"] {
  line-height: 1;
  display: inline-block;
  font-size: 17px;
  padding: 0.7rem 1.2rem;
  border: 2px solid;
  border-radius: 2rem;
  font-weight: 600;
  border-color: var(--clr-main);
  color: #fff;
  background-color: var(--clr-main);
}
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
  padding: 0.7rem 1.2rem 0.65rem;
  border-radius: 2rem;
  font-weight: 600;
  line-height: 1;
  background-color: transparent;
  border-color: var(--clr-main);
  border: 2px solid;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: var(--clr-main);
  background-color: var(--clr-main);
  color: #fff;
  border-color: var(--clr-main);
}
body .woocommerce #respond input#submit.alt:active,
body .woocommerce #respond input#submit.alt:focus,
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:active,
body .woocommerce a.button.alt:focus,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:active,
body .woocommerce button.button.alt:focus,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:active,
body .woocommerce input.button.alt:focus,
body .woocommerce input.button.alt:hover {
  background-color: var(--clr-main);
  color: #fff;
  border-color: var(--clr-main);
}
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {
  padding: 0.7rem 1.2rem 0.65rem;
  border-radius: 2rem;
  font-weight: 600;
  line-height: 1;
  background-color: transparent;
  border-color: var(--clr-main);
  border: 2px solid;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: var(--clr-main);
}
body .woocommerce #respond input#submit:active,
body .woocommerce #respond input#submit:focus,
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:active,
body .woocommerce a.button:focus,
body .woocommerce a.button:hover,
body .woocommerce button.button:active,
body .woocommerce button.button:focus,
body .woocommerce button.button:hover,
body .woocommerce input.button:active,
body .woocommerce input.button:focus,
body .woocommerce input.button:hover {
  background-color: #e2f3f9;
  color: var(--clr-main);
  border-color: var(--clr-main);
}
.page .wpc-qty-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .wpc-qty-container .total-price {
  width: 100%;
}
.page .wpc-qty-container .wpc-btn-effect,
.page .wpc-qty-container .wpd-button {
  border: none;
}
.page .wpc-qty-container .wpc-custom-right-quantity-input-set {
  font-size: 25px;
  padding: 0.3rem 0.8rem;
  height: auto;
  width: auto !important;
}
.page .wpc-qty-container .wpc-custom-right-quantity-input-set.minus {
  border-radius: 1rem 0 0 1rem;
}
.page .wpc-qty-container .wpc-custom-right-quantity-input-set.plus {
  border-radius: 0 1rem 1rem 0;
}
.page .wpc-qty-container input[type="number"] {
  border-radius: 0 !important;
  border: none !important;
  height: 34.6px !important;
  font-weight: 700;
  color: #0f2a3d;
}
.page #wpc-cart-box button,
.page #wpc-design-btn-box > button {
  line-height: 1;
  display: inline-block;
  font-size: 15px;
  padding: 0.7rem 1.2rem 0.7rem 1.8rem;
  border: 2px solid;
  border-radius: 2rem;
  font-weight: 600;
  border-color: var(--clr-main);
  color: #fff;
  background-color: var(--clr-main);
}
.omodal.in .omodal-dialog {
  height: 100%;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.omodal.in .omodal-dialog .omodal-title {
  line-height: 1;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  background-color: #e7e7e7;
  color: #282828;
  font-size: 15px;
  line-height: 1.2;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 0.7rem;
  margin-right: 1rem;
  width: auto;
}
.woocommerce-cart
  table.cart
  td.actions
  .coupon
  .input-text::-webkit-input-placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.woocommerce-cart
  table.cart
  td.actions
  .coupon
  .input-text:-ms-input-placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.woocommerce-cart
  table.cart
  td.actions
  .coupon
  .input-text::-ms-input-placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.woocommerce-cart table.cart .input-text.qty {
  background-color: #e7e7e7;
  color: #282828;
  font-size: 15px;
  line-height: 1.2;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  margin-bottom: 0;
  height: auto;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: auto;
}
.woocommerce-cart table.cart .input-text.qty::-webkit-input-placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.woocommerce-cart table.cart .input-text.qty::-moz-placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.woocommerce-cart table.cart .input-text.qty:-ms-input-placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.woocommerce-cart table.cart .input-text.qty::-ms-input-placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.woocommerce-cart table.cart .input-text.qty::placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.woocommerce-cart table.cart .product-thumbnail img {
  width: 100%;
  height: auto;
  max-width: 220px;
}
.woocommerce-cart table.cart .product-name br {
  display: none;
}
.woocommerce-cart table.cart .product-name > a:first-child {
  display: block;
  margin-bottom: 0.5rem;
}
.woocommerce-cart table.cart .product-name span {
  margin-right: 0.5rem;
}
.page-template-contact .content-contact {
  padding: 5rem 0;
}
@media (max-width: 640px) {
  .page-template-contact .content-contact {
    padding: 2rem 0;
  }
}
.page-template-contact .content-contact__form {
  padding-right: 3rem;
}
@media (max-width: 1025px) {
  .page-template-contact .content-contact__form {
    padding-right: 0;
  }
}
.page-template-contact .content-contact__form form .grid-container {
  padding: 0;
}
.page-template-contact .content-contact__form form .grid-container .cell {
  padding: 0 0.5rem;
}
.page-template-contact .content-contact__form form input[type="email"],
.page-template-contact .content-contact__form form input[type="tel"],
.page-template-contact .content-contact__form form input[type="text"],
.page-template-contact .content-contact__form form textarea {
  background-color: #e7e7e7;
  color: #282828;
  font-size: 15px;
  line-height: 1.2;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  margin-bottom: 1.5rem;
  height: auto;
  padding: 1rem;
}
.page-template-contact
  .content-contact__form
  form
  input[type="email"]::-webkit-input-placeholder,
.page-template-contact
  .content-contact__form
  form
  input[type="tel"]::-webkit-input-placeholder,
.page-template-contact
  .content-contact__form
  form
  input[type="text"]::-webkit-input-placeholder,
.page-template-contact
  .content-contact__form
  form
  textarea::-webkit-input-placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.page-template-contact
  .content-contact__form
  form
  input[type="email"]::-moz-placeholder,
.page-template-contact
  .content-contact__form
  form
  input[type="tel"]::-moz-placeholder,
.page-template-contact
  .content-contact__form
  form
  input[type="text"]::-moz-placeholder,
.page-template-contact .content-contact__form form textarea::-moz-placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.page-template-contact
  .content-contact__form
  form
  input[type="email"]:-ms-input-placeholder,
.page-template-contact
  .content-contact__form
  form
  input[type="tel"]:-ms-input-placeholder,
.page-template-contact
  .content-contact__form
  form
  input[type="text"]:-ms-input-placeholder,
.page-template-contact
  .content-contact__form
  form
  textarea:-ms-input-placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.page-template-contact
  .content-contact__form
  form
  input[type="email"]::-ms-input-placeholder,
.page-template-contact
  .content-contact__form
  form
  input[type="tel"]::-ms-input-placeholder,
.page-template-contact
  .content-contact__form
  form
  input[type="text"]::-ms-input-placeholder,
.page-template-contact
  .content-contact__form
  form
  textarea::-ms-input-placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.page-template-contact
  .content-contact__form
  form
  input[type="email"]::placeholder,
.page-template-contact
  .content-contact__form
  form
  input[type="tel"]::placeholder,
.page-template-contact
  .content-contact__form
  form
  input[type="text"]::placeholder,
.page-template-contact .content-contact__form form textarea::placeholder {
  color: #919191;
  font-size: 15px;
  line-height: 1.2;
}
.page-template-contact .content-contact__form form input[type="submit"] {
  line-height: 1;
  display: inline-block;
  font-size: 17px;
  padding: 0.7rem 1.2rem;
  border: 2px solid;
  border-radius: 2rem;
  font-weight: 600;
  border-color: var(--clr-main);
  color: #fff;
  background-color: var(--clr-main);
}
.page-template-contact .content-contact__content {
  padding-left: 1rem;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1025px) {
  .page-template-contact .content-contact__content {
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
}
.page-template-contact .content-contact__content h1 {
  font-size: 35px;
  margin-bottom: 1.5rem;
  line-height: 1;
  text-decoration: none;
}
.page-template-contact .content-contact__content a {
  color: var(--clr-main);
}
.single-product .single-container {
  font-size: 18px;
}
.single-product .single-container h1 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}
.single-product .single-container h1 .small-title {
  display: block;
  font-size: 18px;
  color: var(--clr-main);
  font-weight: 500;
}
.single-product .single-container .normal-add-to-cart {
  margin-bottom: 1rem;
}
.single-product .single-container .normal-add-to-cart .wpd-buttons-wrap-simple {
  display: none;
}
.single-product .single-container .normal-add-to-cart .wapf-field-label {
  display: none;
}
.single-product .single-container .normal-add-to-cart p {
  margin-bottom: 0;
}
.single-product .single-container .normal-add-to-cart .wapf-field-container {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0.5rem;
}
.single-product .single-container .normal-add-to-cart .quantity {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1rem;
  width: 100%;
}
.single-product .single-container .normal-add-to-cart .quantity .qty {
  margin-bottom: 0;
}
.single-product
  .single-container
  .normal-add-to-cart
  .quantity
  .quantity-label {
  font-weight: 700;
  color: 700;
  margin-right: 0.5rem;
}
.single-product
  .single-container
  .normal-add-to-cart
  .single_add_to_cart_button {
  display: block !important;
  width: 100%;
  margin: 0 auto;
  max-width: 340px !important;
  margin-top: 0.5rem;
}
.single-product .single-container .normal-add-to-cart textarea {
  min-height: 90px;
}
.single-product
  .single-container
  .normal-add-to-cart
  textarea::-webkit-input-placeholder {
  opacity: 0.7;
  color: #282828;
}
.single-product
  .single-container
  .normal-add-to-cart
  textarea::-moz-placeholder {
  opacity: 0.7;
  color: #282828;
}
.single-product
  .single-container
  .normal-add-to-cart
  textarea:-ms-input-placeholder {
  opacity: 0.7;
  color: #282828;
}
.single-product
  .single-container
  .normal-add-to-cart
  textarea::-ms-input-placeholder {
  opacity: 0.7;
  color: #282828;
}
.single-product .single-container .normal-add-to-cart textarea::placeholder {
  opacity: 0.7;
  color: #282828;
}
.single-product .single-container .normal-add-to-cart .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-product .single-container .custom-add-to-cart__title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--clr-main);
  text-align: center;
  display: block;
}
.single-product .single-container .custom-add-to-cart .wapf-wrapper {
  display: none;
}
.single-product .single-container .custom-add-to-cart .wpd-buttons-wrap-simple {
  text-align: center;
}
.single-product
  .single-container
  .custom-add-to-cart
  .wpd-buttons-wrap-simple
  .btn-choose {
  margin: 0 auto !important;
  max-width: 340px !important;
}
.btn-choose.tpl {
  border-radius: 2rem;
}
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
  background-color: var(--clr-main) !important;
  color: #fff !important;
  text-shadow: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none !important;
  border-radius: 2rem !important;
}
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
  background-color: var(--clr-main) !important;
  color: #fff !important;
  text-shadow: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none !important;
  border-radius: 2rem !important;
}
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  background: var(--clr-main) !important;
  color: #fff !important;
  text-shadow: none !important;
  border: none !important;
  border-radius: 2rem !important;
}
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
  background: var(--clr-main) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none !important;
  color: #fff !important;
  border-radius: 2rem !important;
  border: none !important;
}
