body {
  font-family: var(--font-default);
  color: var(--color-default);
  background: #fff !important;
}

main {
  overflow-x: hidden;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #82cbed;
  text-decoration: none;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--font-primary);
  color: var(--color-primary);
  font-weight: 500;
  line-height: 1.2;
}

.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading .h3.elementor-heading-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--font-primary);
  color: var(--color-primary);
  font-weight: 500;
  line-height: 1.2;
}

.color-primary {
  color: var(--color-primary) !important;
}

.swiper-container-horizontal>.swiper-pagination-progressbar:empty {
  display: none;
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 900;
  text-transform: uppercase;
  color: #232323;
}

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 900;
  text-transform: uppercase;
  color: #232323;
}

@media (min-width: 1200px) {

  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #232323;
}

h6,
.h6 {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #232323;
}




.elementor-widget-container {
  padding: 10px;
}


@media (min-width:1400px) {
  .container {
    width: 1320px;
  }
}

.elementor-section-wrap {
  position: relative;
}

@media (min-width:1400px) {
  .elementor-section-full_width {
    width: 100vw;
    margin-left: calc(1px - (100vw - 1270px) / 2);
  }

}

.imageright {
  display: none;
}

.imageright img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width:1200px) {
  .imageright {
    display: block;
  }

  .wraplist {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
  }

  .sub-menu.has-image-right .list-item {
    flex: 0 0 33% !important;
  }

  .imageright {
    width: 25%;
    overflow: hidden;
  }
}

.elementor-container,
.elementor-column-gap-default {
  max-width: 1320px !important;
}

.btn-primary {
  background-color: var(--color-primary);
  border: none;
}

.btn-primary:hover {
  background-color: var(--color-secondary);
  border: none;
}

.justify-content-center {
  justify-content: center !important;
}

select.form-control {
  padding: 0 1rem;
}

/*--------------------------------------------------------------
# Bandeau newsletter
--------------------------------------------------------------*/
.secNewsletter {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.secNewsletter .form-control,
.modal-newsletter .btn {
  min-height: 46px;
  border-radius: 3px;
}

.secNewsletter .form-control {
  box-shadow: none;
  border-color: #dbdbdb;
  background-color: var(--bs-body-bg);
}

.secNewsletter .input-group .input-group-btn>.btn {
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  padding: 6px 20px;
  min-width: 150px;
  min-height: 46px;
  justify-content: center;
  border: none;
  text-align: center;
}

.secNewsletter .btn:hover,
.secNewsletter .btn:focus {
  outline: none;
}

.secNewsletter .input-group {
  margin: 30px 0 15px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
  padding: 130px 0 30px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*  margin-bottom:30px;*/
}

#cms .breadcrumbs ol {
  display: none;
}


.breadcrumbs:before {
  content: "";
  background-color: rgba(27, 47, 69, 0.7);
  position: absolute;
  inset: 0;
}

.breadcrumbs h2 {
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
  margin-bottom: 20px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

.breadcrumbs ol a,
.breadcrumbs ol span {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

.flex-column {
  flex-direction: column !important;
}

.align-items-center {
  align-items: center !important;
}

.position-relative {
  position: relative !important;
}

#search .breadcrumbs,
#category .breadcrumbs {
  margin: 0;
}

#search #wrapper,
#category #wrapper {
  padding-top: 30px;
  background-color: #f2f2f2;
}

/****************************************************************************
* SLIDER HOME
****************************************************************************/
.home-slider {
  position: relative;
  padding: 0 !important;
  width: 100%;
  height: 100vh;
}

@media (max-width:768px) {
  .home-slider {
    height: 66vh;
  }
}

.home-slider .swiper-container {
  width: 100%;
  height: 100%;
}

.home-slider .swiper-slide {
  overflow: hidden;
}

.home-slider .swiper-slide.centered {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.home-slider.swiper-slide.video-wrapper {
  background-color: #000;
}

.home-slider .swiper-slide video {
  min-height: 100vh;
  min-width: 100vw;
}

@media (min-aspect-ratio: 16/9) {
  .home-slider .swiper-slide video {
    margin-left: 0;
  }
}

.home-slider .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  /*background: -moz-linear-gradient(to bottom, #31220f 0, transparent 50%, transparent 63%, rgba(49, 34, 15, 1) 100%);
    background: -webkit-linear-gradient(to bottom, #31220f 0, transparent 50%, transparent 63%, rgba(49, 34, 15, 1) 100%);*/
  background: linear-gradient(to bottom, #000000 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
  transition: all .65s ease;
}

.home-slider .swiper-slide-duplicate-active .overlay,
.home-slider .swiper-slide-active .overlay {
  opacity: .7;
}

.home-slider .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sliderHome .slide-inner--image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: .2;
  transform: scale(1.07);
  -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
  transition: opacity .6s ease-in-out, transform 2s ease .7s;
}

.home-slider .swiper-slide-duplicate-active .slide-inner--image,
.home-slider .swiper-slide-active .slide-inner--image {
  opacity: 1;
  transform: scale(1);
}

/* 4.1 Slider navigation buttons */

.sliderHome .swiper-button-next,
.sliderHome .swiper-button-prev {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 50px);
  /*transform: translateY(-50%);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);*/
  width: 80px;
  height: 80px;
  cursor: pointer;
  color: white;
  background-color: var(--color-primary);
  background-image: inherit !important;
  /*background-color: rgba(0,0,0,0.5);*/
  z-index: 10;
}

.sliderHome .swiper-button-next::after,
.sliderHome .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: 18px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.sliderHome .swiper-button-prev {
  left: 0px;
}

.sliderHome .swiper-button-next {
  right: 0px;
}

/* 4.2 Slider inner info */

.home-slider .slide-inner--info {
  position: absolute;
  min-height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.home-slider .swiper-slide-active .slide-inner--info {
  opacity: 1;
  text-align: center;
  transition: opacity 1s ease 1s;
}

.home-slider .slide-inner--info h2 {
  font-size: 5.5vw !important;
  line-height: 1;
  font-weight: 400;
  color: #f7f5f2;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.home-slider .slide--info__link {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-bottom: solid 2px;
}

.home-slider .swiper-slide--bottom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

/* 4.3 Pagination */

.home-slider .expanded-timeline {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  bottom: 3.6em;
  left: 50%;
  transform: translateX(-50%);
  width: 50vh;
}

.home-slider .swiper-pagination-progress {
  z-index: 4;
  width: 85%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 244, 223, .5);
}

.home-slider .swiper-pagination-progressbar {
  background: rgba(255, 244, 223, .35) !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--color-primary) !important;
}

.expanded-timeline__counter span {
  text-align: center;
  margin-left: 1.8em;
  margin-right: 100%;
  padding: .4em 0;
  color: #fff;
  display: block;
}

.scroll-message {
  position: absolute;
  right: 0;
  color: #fff;
  opacity: .5;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  letter-spacing: .15em;
}

.scroll-svg {
  width: 24px;
  margin: 0 auto 1.2em;
  display: block;
}

/* Smartphone MODE PORTRAIT
*******************************************************************/
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .swiper-nav-btn {
    display: none;
  }

  .slide-inner--info {
    width: 80%;
  }

  .slide-inner--info h2 {
    font-size: 4.2rem;
    line-height: 1;
    text-align: center;
  }

  .expanded-timeline {
    bottom: 1em;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .swiper-nav-btn {
    display: none;
  }

  .slide-inner--info {
    width: 90%;
  }

  .slide-inner--info h2 {
    font-size: 4.8rem;
    line-height: 1;
    text-align: center;
  }

  .expanded-timeline {
    width: 30vh;
  }
}

.elementor-widget-text-editor {
  font-family: var(--font-default);
  color: var(--color-default);
}

.elementor-accordion .elementor-tab-title.elementor-active {
  background-color: var(--color-primary);
}

.elementor-accordion .elementor-tab-title.elementor-active a {
  color: white !important;
}

.elementor-widget-accordion .elementor-accordion-icon,
.elementor-widget-accordion a.elementor-accordion-title:not(#e) {
  color: var(--bs-accordion-btn-color);
  text-transform: uppercase;
  font-weight: 600;
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon {
  color: var(--color-default);
}

.elementor-accordion .elementor-accordion-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.elementor-accordion .elementor-accordion-item:last-child {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.elementor-accordion .elementor-accordion-item:first-child .elementor-tab-title {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.elementor-accordion .elementor-accordion-item:last-child .elementor-tab-title {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.swiper-pagination-bullets {
  margin-top: 20px;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--color-primary);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.services-list {
  background-color: var(--color-primary);
}

.services-list h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #2D2E06;
}

.services-list p {
  color: white !important;
  font-size: 15px !important;
  line-height: 18px !important;
}

@media (min-width:768px) {
  .services-list .elementor-widget-wrap {
    flex-wrap: inherit;
  }

  .services-list .elementor-widget-icon {
    margin-right: 20px;
  }

  .services-list .elementor-widget-wrap>.elementor-element {
    width: auto;
  }
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.coverTextes {
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(27, 47, 69, 0.8), rgba(27, 47, 69, 0.8));
  background-size: cover;
  height: 85vh;
  padding: 80px 15px !important;
}

@media (max-width: 768px) {
  .coverTextes {
    text-align: center !important;
  }
}

@media (min-width: 1365px) {
  .coverTextes {
    background-attachment: fixed;
  }
}

.coverTextes h3 {
  color: #fff;
  font-size: 56px;
  margin-bottom: 25px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.coverTextes p {
  color: #fff !important;
  margin-bottom: 25px;
}

.coverTextes .cta-btn {
  font-family: var(--font-default);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #2aa5df;
}

.coverTextes .cta-btn:hover {
  background: var(--color-primary);
}

.elementor-widget-button a.elementor-button {
  font-family: var(--font-secondary) !important;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 10px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary) !important;
  text-transform: uppercase;
}

.team {
  padding: 80px 0;
  background-color: #f2f2f2;
}

#js-product-list.team {
  padding: 0 0;
}

#js-product-list .js-product {
  margin-bottom: 30px;
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
#index .page-footer {
  margin: 0;
}

.team .team-member {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  height: 100%;
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a {
  transition: color 0.3s;
  color: #31547c;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a i {
  line-height: 0;
}

.team .team-member .social a:hover {
  color: var(--color-primary);
}

.team .team-member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .team-member .member-info {
  padding: 25px 15px;
  text-align: center;
  flex-grow: 1;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color-primary);
}

.team .team-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: black;
  text-transform: uppercase;

}

.team .team-member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #6c757d;
}

.team .team-member:hover .social {
  opacity: 1;
}

.btn-cta {
  font-family: var(--font-secondary);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 10px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
  text-transform: uppercase;
}

.btn-cta:hover {
  color: #fff;
  background: var(--color-secondary);
}

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.copycont {
  color: #fff;
  background: var(--color-primary);
  padding: 30px 0;
}

.copyright {
  margin: 0;
  color: #fff !important;
}

.copyright * {
  color: #fff !important;
}

.d-flex {
  display: flex;
}

.footer-container {
  padding-bottom: 30px;
}

footer {
  font-size: 14px;
  border-top: 1px solid #f2f2f2;
}

footer .logo {
  margin-bottom: 25px;
  width: 200px;
}

.block-social .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  margin-top: 3px;
  display: block;
}

.social-links a {
  font-size: 14px;
  line-height: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  color: rgba(27, 47, 69, 0.5);
  margin-right: 10px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 50px;
}

footer .h3,
footer .h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary) !important;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer .h3 a,
footer .h4 a {
  color: var(--color-primary) !important;
}

footer ul li {
  display: flex;
  align-items: center;
}

footer ul li a {
  color: #31547c;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

footer ul li a:hover {
  color: var(--color-primary);
}

footer ul li:before {
  margin-right: 2px;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 0;
  content: "\f2ea";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/
a.twitter {
  background-color: #0F1419 !important;
}

a.facebook {
  background-color: #0866FF !important;
}

a.instagram {
  background-color: #D12C6E !important;
}

a.linkedin {
  background-color: #2962AA !important;
}

a.youtube {
  background-color: #ff0000 !important;
}

a.rss {
  background-color: orange !important;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  align-items: center;
  justify-content: center;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(86, 184, 230, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

.card {
  border-radius: 0.375rem;
  line-height: 24px;
  border: 1px solid #dee2e6;
}

.card-body {
  padding: 16px;
}

#amazzing_filter {
  background: #FFF;
  box-shadow: inherit;
  margin-bottom: 1.5625rem;
}

#amazzing_filter.block .title_block {
  display: none;
}

.af_subtitle {
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  color: var(--color-secondary);
}

.team .row {
  display: flex;
  align-items: stretch;
}

#category #wrapper {
  background: #f2f2f2;
}

#pagenotfound .page-not-found,
#products .page-not-found {
  max-width: 100% !important;
}

.colproduct img {
  max-width: 100%;
  height: auto;
}

#product-modal .modal-content .modal-body .thumbnails {
  padding-left: 20px;
}

.js-product-images-modal>button {
  position: absolute;
  top: 15px;
  right: 30px;
  color: #fff;
  opacity: 1;
  font-size: 40px;
  z-index: 9999;
}

/* --bg-color: #9EB01E;
  --bg-color-light: #1f1d18;
  --text-color-hover: #ffffff;
  --box-shadow-color: rgba(0, 0, 0, 0.28); */

.card_container {
  width: 100%;
}

.boxInfo {
  position: relative;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  /*justify-content: center;*/
  align-items: center;
  width: 100%;
  height: auto;
  background: #f2f4f8;
  border-radius: 30px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
  padding: 20px 30px;
  overflow: hidden;
}

.boxInfo:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
    0 24px 46px var(--box-shadow-color);
}

.boxInfo:hover .overlayBoxInfo {
  transform: scale(10) translateZ(0);
  background: var(--color-primary);
}

.boxInfo:hover .circle {
  border-color: #1f1d18;
  background: var(--color-primary);
}

.boxInfo:hover .circle:after {
  background: #1f1d18;
}

.boxInfo:hover p {
  color: #fff;
}

.boxFakeBouton {
  display: inline-block;
  background-color: #1f1d18;
  padding: 8px 20px;
  color: #fff;
  border-radius: 30px;
  margin-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.boxInfo:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11),
    0 15px 24px var(--box-shadow-color);
}

.boxInfoText {
  position: relative;
  z-index: 1000;
  margin-left: 25px;
  width: calc(100% - 131px);
}

.boxInfoText .boxTitre {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-default);
  transition: color 0.3s ease-out;
}

.boxInfoText p {
  font-size: 15px;
  color: var(--color-default);
  transition: color 0.3s ease-out;
}




.circle {
  width: 100%;
  max-width: 131px;
  height: 131px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.circle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--color-primary);
  border-radius: 100%;
  transition: opacity 0.1s ease-out;
}

.circle img {
  position: relative;
  z-index: 1;
}

.circle svg {
  z-index: 10000;
  transform: translateZ(0);
}

.overlayBoxInfo {
  width: 118px;
  position: absolute;
  height: 118px;
  border-radius: 100%;
  background: transparent;
  transform: translateY(-50%);
  top: 50%;
  left: 30px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}

/* */


.boxInfo2 {
  margin: 0 auto;
  padding: 20px 30px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: var(--color-default);
  background: #f2f4f8;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.boxInfo2 .contentBox2 {
  margin-top: 15px;
}

.contentBox2 .boxTitre2 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: color 0.3s ease-out;
}

.contentBox2 p {
  font-size: 15px;
  line-height: 1.25;
  transition: color 0.3s ease-out;
}


.boxInfo2 .iconBox2 {
  width: 100%;
  max-width: 80px;
  height: 80px;
  display: grid;
  place-content: center;
  font-size: 250%;
  border-radius: 100%;
  color: #f7f7f7;
  transition: box-shadow 0.5s ease-out;
}

.boxInfo2:hover {
  color: #fff;
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
    0 24px 46px var(--box-shadow-color);
}

.boxInfo2 .iconBox2 {
  background-color: var(--color-primary);
}

.boxInfo2:hover .iconBox2 {
  background-color: black;
}

@media (min-width:768px) {
  .rowflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .rowflex>[class*='col-'] {
    display: flex;
    flex-direction: column;
  }
}


.wpcf7 input.form-control:not(.wpcf7-file) {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 31px;
  font-size: 18px;
  color: #8f8fa1;
  line-height: 1.2;
  height: 62px;
  padding: 0 35px;
}

.wpcf7 textarea {
  width: 100%;
  background: #fff;
  border-radius: 31px;
  font-size: 18px;
  color: #8f8fa1;
  line-height: 1.2;
}

.wpcf7 input.form-control:not(.wpcf7-file):focus {
  border-color: var(--color-primary);
  outline: 0;
}

.custom_choosefile .button_choosefile {
  background-color: var(--color-primary);
}

.wpcf7 label {
  font-size: 18px;
  color: #8f8fa1;
  line-height: 1.2;
}

.wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 150px;
  height: 62px;
  background-color: var(--color-primary);
  border-radius: 31px;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  transition: all .4s;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

#ets_cft_page .page-content {
  border: 0 none;
}

.alert-danger.ajax-error {
  display: none;
}

.attribute-total-price {
  font-size: 13px;
  margin-top: 10px;
  font-weight: bold;
}

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

@media (min-width: 768px) {
  .rowproductspage {
    display: flex;
  }
}

.menu-main>li:hover>a {
  color: var(--navbar-hover-color) !important;
}

.header-item.item-right a:hover i,
.header-item.item-right a:focus i {
  color: var(--navbar-hover-color) !important;
}

.breadcrumbs {
  background-color: var(--breadcrumb-bg) !important;
}