/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
body:not(.fusion-builder-live) .surtitre-texte,
body:not(.fusion-builder-live) .barre-jaune .fusion-title-heading {
  opacity: 0;
  visibility: hidden;
}
body:not(.fusion-builder-live) [class*=fade-from-],
body:not(.fusion-builder-live) .produits-sticky-col {
  opacity: 0;
  visibility: hidden;
  transition: none !important;
}
body:not(.fusion-builder-live) .batch-animation .fusion-grid-column,
body:not(.fusion-builder-live) .batch-animation .fusion-layout-column {
  opacity: 0;
  visibility: hidden;
  transition: none !important;
}
body:not(.fusion-builder-live) .mask-effect-from-top {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
body:not(.fusion-builder-live) .mask-effect-from-bottom {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
body:not(.fusion-builder-live) .barre-jaune {
  position: relative;
  overflow: hidden;
}
body:not(.fusion-builder-live) .barre-jaune .fusion-title-heading {
  margin-left: 16px !important;
}
body:not(.fusion-builder-live) .barre-jaune::before {
  content: "";
  background-color: #ffed00;
  position: absolute;
  left: 0;
  height: 100%;
  width: 6px;
  z-index: 999;
}
body:not(.fusion-builder-live) .text-balance * {
  text-wrap: balance;
}
body:not(.fusion-builder-live) .no-wrap {
  text-wrap: nowrap;
}
body:not(.fusion-builder-live) .inner-direction-column .fusion-builder-row-inner {
  flex-direction: column;
}
body:not(.fusion-builder-live) .square-carousel .awb-carousel {
  aspect-ratio: 1/1;
}
body:not(.fusion-builder-live) .systec-main-menu .fusion-megamenu-icon {
  overflow: hidden;
  border-radius: 4px;
  transition: background 0.15s linear;
  height: 36px;
  width: 36px;
  padding: 4px;
}
body:not(.fusion-builder-live) .systec-main-menu .fusion-megamenu-icon i {
  padding: 0;
  z-index: 10;
}
body:not(.fusion-builder-live) .systec-main-menu .fusion-megamenu-icon .circle {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background-color: #009fe3;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
body:not(.fusion-builder-live) .systec-main-menu .fusion-flex-link {
  gap: 10px;
}
body:not(.fusion-builder-live) .systec-main-menu .fusion-flex-link:hover .fusion-megamenu-icon .circle {
  width: 50px;
  height: 50px;
  opacity: 1;
}
body:not(.fusion-builder-live) .systec-main-menu .fusion-flex-link .menu-text {
  transform: translateY(-1px);
}
body:not(.fusion-builder-live) .systec-main-menu .current-menu-item .fusion-megamenu-icon .circle {
  width: 50px;
  height: 50px;
  opacity: 1;
}
body:not(.fusion-builder-live) .systec-main-menu .current-menu-item .menu-text {
  transform: translate3D(8px, -1px, 0px);
}
body:not(.fusion-builder-live) .systec-main-menu a .menu-text {
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
body:not(.fusion-builder-live) .systec-main-menu a:hover .menu-text {
  transform: translate3D(8px, -1px, 0px);
}
body:not(.fusion-builder-live) .animated-button {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 36px;
  border: 4px solid;
  border-color: transparent;
  background-color: inherit;
  border-radius: 8px;
  font-size: clamp(1rem, 0.911rem + 0.238vw, 1.125rem);
  font-family: open-sans-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
body:not(.fusion-builder-live) .animated-button.text-blanc {
  color: #e9e9e9;
}
body:not(.fusion-builder-live) .animated-button.text-noir {
  color: #1a1a1a;
}
body:not(.fusion-builder-live) .animated-button.color-yellow {
  box-shadow: 0 0 0 2px #ffed00;
}
body:not(.fusion-builder-live) .animated-button.color-yellow svg {
  fill: #ffed00;
}
body:not(.fusion-builder-live) .animated-button.color-yellow .circle {
  background-color: #ffed00;
}
body:not(.fusion-builder-live) .animated-button.color-yellow:active {
  box-shadow: 0 0 0 4px #ffed00;
}
body:not(.fusion-builder-live) .animated-button.color-magenta {
  box-shadow: 0 0 0 2px #e6007e;
}
body:not(.fusion-builder-live) .animated-button.color-magenta.text-noir:hover {
  box-shadow: 0 0 0 12px transparent;
}
body:not(.fusion-builder-live) .animated-button.color-magenta svg {
  fill: #e6007e;
}
body:not(.fusion-builder-live) .animated-button.color-magenta .circle {
  background-color: #e6007e;
}
body:not(.fusion-builder-live) .animated-button.color-magenta:active {
  box-shadow: 0 0 0 4px #e6007e;
}
body:not(.fusion-builder-live) .animated-button svg {
  position: absolute;
  width: 24px;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
body:not(.fusion-builder-live) .animated-button .arr-1 {
  right: 16px;
}
body:not(.fusion-builder-live) .animated-button .arr-2 {
  left: -25%;
}
body:not(.fusion-builder-live) .animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
body:not(.fusion-builder-live) .animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  text-wrap: nowrap;
}
body:not(.fusion-builder-live) .animated-button:active {
  scale: 0.95;
}
body:not(.fusion-builder-live) .animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  border-radius: 8px;
  color: #e9e9e9;
  border-color: #e6007e;
  background-color: #e6007e;
}
body:not(.fusion-builder-live) .animated-button:hover .arr-1 {
  right: -25%;
}
body:not(.fusion-builder-live) .animated-button:hover .arr-2 {
  left: 16px;
}
body:not(.fusion-builder-live) .animated-button:hover .text {
  transform: translateX(12px);
}
body:not(.fusion-builder-live) .animated-button:hover svg {
  fill: #e9e9e9;
}
body:not(.fusion-builder-live) .animated-button:hover .circle {
  width: 320px;
  height: 320px;
  opacity: 1;
}
body:not(.fusion-builder-live) .systec-landing {
  transform-origin: center center;
}
@media screen and (min-width: 1200px) {
  body:not(.fusion-builder-live) .systec-landing {
    animation: bgZoom 10s ease-in-out forwards;
    animation-delay: 0s;
  }
}
@media screen and (min-width: 641px) and (max-width: 1200px) and (orientation: portrait) {
  body:not(.fusion-builder-live) .systec-landing {
    min-height: 75vh !important;
  }
}
@keyframes bgZoom {
  to {
    background-size: 100%;
  }
}
body:not(.fusion-builder-live) .systec-partenaires-galerie .fusion-gallery-image {
  display: flex;
  justify-content: center;
}
body:not(.fusion-builder-live) .col-min-height span:not(.produits-image-marque) img {
  height: 75px;
}
body:not(.fusion-builder-live) .elements-carousel {
  margin-left: -220px;
  position: relative;
}
body:not(.fusion-builder-live) .elements-carousel .swiper-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
body:not(.fusion-builder-live) .elements-carousel .swiper-container .element-item {
  position: relative;
  height: auto;
  width: 440px;
  display: flex;
  flex-direction: column;
}
body:not(.fusion-builder-live) .elements-carousel .swiper-container .element-item .element-img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
body:not(.fusion-builder-live) .elements-carousel .swiper-container .element-item .element-info-wrapper {
  position: relative;
  width: 100%;
  margin-left: -1px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body:not(.fusion-builder-live) .elements-carousel .swiper-container .element-item .element-info-wrapper .element-info-container {
  margin-top: -46px;
  position: relative;
  width: 85%;
  background-color: #fff;
  padding: 26px 23px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body:not(.fusion-builder-live) .elements-carousel .swiper-container .element-item .element-info-wrapper .element-info-container .element-logo {
  margin-bottom: 16px;
  width: 150px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
body:not(.fusion-builder-live) .elements-carousel .swiper-container .element-item .element-info-wrapper .element-info-container .element-logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body:not(.fusion-builder-live) .elements-carousel .swiper-container .element-item .element-info-wrapper .element-info-container .element-description p {
  margin-bottom: 0;
}
body:not(.fusion-builder-live) .elements-carousel .swiper-container .element-item .element-info-wrapper .element-info-container .element-separator-stretch {
  flex-grow: 1;
}
body:not(.fusion-builder-live) .services-checklist ul {
  padding-left: 20px;
  margin: 0;
}
body:not(.fusion-builder-live) .services-checklist ul li:not(:last-child) {
  margin-bottom: 14px;
}
@media screen and (min-width: 1200px) {
  body:not(.fusion-builder-live) .services-checklist ul li:not(:last-child) {
    margin-bottom: 28px;
  }
}
body:not(.fusion-builder-live) .services-faq .panel-title .awb-icon-plus::before,
body:not(.fusion-builder-live) .services-faq .panel-title .awb-icon-minus::before {
  border: 1px solid #e6007e;
  border-radius: 4px;
}
body:not(.fusion-builder-live) .services-faq .post-content > div {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  body:not(.fusion-builder-live) .services-faq .post-content > div {
    padding-inline: 30px;
  }
}
body:not(.fusion-builder-live) .services-picto {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body:not(.fusion-builder-live) .services-picto svg {
  display: block;
}
body:not(.fusion-builder-live) .expertise-picto svg {
  display: block;
}
body:not(.fusion-builder-live) .picto-vente svg path {
  fill: #009fe3;
}
body:not(.fusion-builder-live) .picto-livraison svg path {
  fill: #e6007e;
}
body:not(.fusion-builder-live) .picto-support svg path {
  fill: #d7b51d;
}
body:not(.fusion-builder-live) .picto-suisse svg path {
  fill: #e6007e;
}
body:not(.fusion-builder-live) .picto-showroom svg path {
  fill: #d7b51d;
}
body:not(.fusion-builder-live) .icon-localisation svg {
  display: block;
  height: 24px;
  width: 24px;
}
body:not(.fusion-builder-live) .icon-localisation svg path {
  stroke: #009fe3;
}
body:not(.fusion-builder-live) .produits-external-link i {
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1) !important;
}
body:not(.fusion-builder-live) .produits-external-link span {
  position: relative;
}
body:not(.fusion-builder-live) .produits-external-link span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  border-bottom: 2px solid #e6007e;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
body:not(.fusion-builder-live) .produits-external-link:hover i {
  transform: translateX(8px);
}
body:not(.fusion-builder-live) .produits-external-link:hover span:after {
  width: 100%;
}
body:not(.fusion-builder-live) .page-title .awb-background-mask {
  background-position: bottom right;
  background-size: 75%;
  background-repeat: no-repeat;
}/*# sourceMappingURL=style.css.map */