/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.cataloguesButton {
}
.cataloguesButton {
  
  position:relative;
  display: inline-flex;
}
.popup {
 
  display: flex;
  flex-direction: column-reverse;
  max-height: 0px;
  overflow: hidden ;
  gap:9px;
  position: absolute;
  bottom:100%;
  width:400%;
  padding-bottom:10px;
}

@media all and (max-width:767px){
	.popup {
 


  width: 120%;

}
.popup a .grayBtn {
  font-size: 0.9rem !important;
  padding:8px 24.5px;
}


}


.popup a{
  transition:opacity 600ms ease;
  opacity: 0;

}

.popup a:nth-of-type(1){
  transition-delay: 100ms!important;
}
.popup a:nth-of-type(2){
  transition-delay: 200ms!important;
}
.popup a:nth-of-type(3){
  transition-delay: 300ms!important;
}
.popup a:nth-of-type(4){
  transition-delay: 400ms!important;
}
.popup a:nth-of-type(5){
  transition-delay: 500ms!important;
}
.popup a:nth-of-type(6){
  transition-delay: 600ms!important;
}

.cataloguesButton:hover .popup a{
   max-height:100px;
   visibility: visible;
 
  opacity: 1;
}
.cataloguesButton > .grayBtn {
  color:white;
}
.cataloguesButton:hover .popup {
  max-height: 1000px;
}

.cataloguesButton:hover > .grayBtn{
  background-color: white;
  color: var(--e-global-color-primary)!important;
  opacity: 1;
}
.cataloguesButton a .grayBtn{
  background-color: white;
  color: var(--e-global-color-primary)!important;
}
.cataloguesButton a .grayBtn:hover{
  color:white!important;
  background-color: rgba(255, 255, 255, 0.3)
}
.fp-section.active .linkWrapper > h2 {
  opacity: 1;
  transform: translateY(0px) !important;
}

.fp-section.active .linkWrapper > a {
  opacity: 1;
  display: inline-block;
  transform: translateY(0px) !important;
}

.linkWrapper > h2 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms 400ms ease, transform 700ms 400ms ease;
  transition-delay: 400ms, 400ms;
}
.linkWrapper > a {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms 600ms ease, transform 700ms 600ms ease, backdrop-filter 700ms 600ms ease;
  backdrop-filter: blur(4.550000190734863px);
}

.linkWrapper a {
  color: white;
}

@keyframes opacityHome {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.elementor-tab-title {
  padding-bottom: 10px !important;
}

.borderBtn {
  position: relative;
}

#header {
  pointer-events: none;
}

.popupBtn,
.logoButton {
  pointer-events: all;
}
.borderBtn::before {
  content: "";
  position: absolute;
  inset: unset;
  width: 95px;
  height: 35px;
  background: white;
  right: 0px;
  bottom: 0px;
  transition: transform 800ms ease-in-out;
  transform: translate(50%, 50%) scale(1);
}

.borderBtn:hover::before {
  transform: translate(50%, 50%) scale(0);
}

img.logoCatalogue {
  width: 450px;
  object-fit: cover;
  transition: width 0.5s;
  
}

@media all and (max-width: 767px) {
  img.logoCatalogue {
    width: 250px;
  }
}

/* Boucle presta */

.termWrapper {
  display: flex;
  gap: 2.7rem;
}

.termBtn {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: 1.5rem;
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border: 2px solid var(--e-global-color-primary);
  padding: 12px 35px;
  position: relative;
  cursor: pointer;
  color: var(--e-global-color-primary);
}

.termBtn::before {
  content: "";
  position: absolute;
  inset: unset;
  width: 95px;
  height: 35px;
  background: white;
  right: 0px;
  bottom: 0px;
  transition: transform 800ms ease-in-out;
  transform: translate(50%, 50%) scale(1);
}

.termBtn:hover::before {
  transform: translate(50%, 50%) scale(0);
}

.termBtn:hover {
  color: var(--e-global-color-primary);
}

.prestaTitle .elementor-widget-container {
  font-size: 1.8rem;
  font-family: "Metropolis";
  font-weight: 400;
  line-height: 1.9rem;
  text-transform: lowercase;
}

@media all and (max-width: 767px) {
  .termWrapper {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .termBtn {
    font-size: 1.2rem;
  }

  .termBtn::before {
    height: 33px;
  }
}

/* fin boucle presta */

/* Page réalisation  */

.filterWrapper {
  display: flex;
  gap: 5rem;
  margin-top: 2rem;
}

button.termFilter:focus,
.termFilter:focus-visible {
  outline: none;
  background: none;
}

button.termFilter.active {
  color: white;
  border: white;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  background-color: #ffffff4d;
  border-radius: 0px 0px 0px 0px;
  padding: 12px 49px 12px 49px;
  border: none;
  outline: none;
  opacity: 1;
}

button.termFilter {
  color: white;
  border: white;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border-radius: 0px 0px 0px 0px;
  padding: 12px 49px 12px 49px;
  background-color: #ffffff4d;
  opacity: 0.7;
}

button.termFilter:hover {
  color: white;
  border: white;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  background-color: #ffffff4d;
  border-radius: 0px 0px 0px 0px;
  padding: 12px 49px 12px 49px;
  opacity: 1;
}

/* .realisationsGrid {
    display: grid;
    grid-template-columns: 2fr 2fr;
}
 */
/* .realisationsGrid > a:last-of-type{
	min-width:100%;
}
.realisationsGrid > a:nth-of-type(odd){
	min-width:50%!important;
} */

.grid-sizer,
.grid-item {
  width: 50%;
}

@media all and (max-width: 1024px) {
  .grid-sizer,
  .grid-item {
    min-width: 100%;
  }
}

@media all and (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    min-width: 100%;
  }

  h2.realisationTitle {
    padding: 0px 20px;
  }
}

.last-item {
  min-width: 100% !important;
}
.realisationItem {
  position: relative;
  /*     min-width: 50%; */
  min-height: 450px;
  display: flex;
  align-items: end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.realisationItem::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
}

.realisationItem:hover::before {
  opacity: 0.5;
}

h2.realisationTitle {
  color: white;
  padding-left: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  letter-spacing: 5px;
  text-shadow: 4px 0px 3px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.filterWrapper {
  flex-wrap: wrap;
}

@media all and (max-width: 1400px) {
  .filterWrapper {
    gap: 1rem;
    justify-content: center;
  }
}

@media all and (max-width: 767px) {
  button.termFilter {
    width: 300px;
  }
}

/* Fin de page réalisation */

/* Slider accueil */

.fp-watermark {
  display: none !important;
}

.section .fp-overflow {
  z-index: 9;
}

.section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fp-bg::before,
.section::before,
.section.catalogue::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.2;
  z-index: 1;
}

.catalogue .slide::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.03;
  z-index: 1;
}

.catalogue .slide {
  background-position: center center;
}

.hidden {
  opacity: 0;
}

.section .fp-overflow {
  min-height: 100vh!important;
  min-height: 100svh!important;
  min-width: 100%!important;
  display: flex!important;
  flex-direction: column!important;
  justify-content: space-between!important;
}

.imgWrapper {
  display: flex;
  justify-content: center;
}

.logoRoche {
  width: 250px;
  height: 250px;
  transition: width 0.5s, height 0.5s;
}

.imgWrapper {
  padding-top: 70px;
}

.linkWrapper {
  padding-bottom: 70px;
  padding-left: 70px;
}

.linkWrapper h2 {
  margin-bottom: 50px;
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: clamp(1.5rem, 2vw + 1.8rem, 4.1rem) !important;
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: white;
}

.grayBtn {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border-radius: 0px 0px 0px 0px;
  padding: 12px 49px;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  backdrop-filter: blur(4.550000190734863px);
  -webkit-backdrop-filter: blur(4.550000190734863px);
  background: rgba(255, 255, 255, 0.3);
  width: fit-content;
}

.grayBtn a {
  color: white;
}

.grayBtn:hover a {
  color: var(--e-global-color-primary);
}

.grayBtn:hover {
  background: white;
  color: var(--e-global-color-primary);
}

.section.catalogue .fp-overflow {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: white;
  border-radius: 0px !important;
}

.fp-slidesNav ul {
  display: flex;
  justify-content: center;
}

.fp-slidesNav ul li a span {
  border-radius: 50% !important;
}

.fp-tooltip.fp-right {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: 3px;
}

#fp-nav ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.fp-tooltip {
  margin-top: -3px;
}

/* .fp-completely:not(.active):not(.catalogue):not(.footer) {
  filter: brightness(20%);
} */

/* .section.roche.fp-section,
.fp-slide {
  transition: filter 400ms ease;
} */

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0);
  transition: background 400ms ease;
  pointer-events: none; /* Pour s'assurer que l'overlay n'interfère pas avec les interactions */
}

.section.darken .dark-overlay {
  background: rgba(0, 0, 0, 0.5); /* Ajuste l'opacité pour obtenir l'effet de noircissement désiré */
}

.fp-tooltip {
  width: auto !important;
  opacity: 0.4 !important;
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 16px !important;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block !important;
  cursor: pointer;
  transform: scale(0.9);
  transition: transform 0.3s ease !important;
  transform-origin: right;
  font-family: var(--e-global-typography-secondary-font-family) !important;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  opacity: 1 !important;
  transform: scale(1);
}

.fp-tooltip a {
  color: white;
}

.footer {
  background: #292929 !important;
}

@media all and (max-width: 1024px) {
  .fp-tooltip {
    display: none !important;
  }
  .linkWrapper h2 {
    margin-bottom: 35px !important;
  }
}

@media all and (max-width: 767px) {
  .logoRoche {
    width: 100px !important;
  }

  #fp-nav.fp-right {
    right: 5px !important;
  }

  .linkWrapper {
    padding-left: 28px;
    padding-bottom: 28px;
  }

  .section.catalogue .linkWrapper {
    padding-left: 40px;
    padding-bottom: 70px;
  }

  .linkWrapper h2 {
    margin-bottom: 30px !important;
  }

  .fp-slidesNav.fp-bottom {
    bottom: 5px !important;
  }
}

/*   Fin slider accueil   */

/* ANIMATION TRANSFORM */

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.elementor-element.fadeInDown {
  animation-name: fadeDown;
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.elementor-element.fadeInLeft {
  animation-name: fadeLeft;
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.elementor-element.fadeInRight {
  animation-name: fadeRight;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.elementor-element.fadeInUp {
  animation-name: fadeUp;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.elementor-element.slideInUp {
  animation-name: slideUp;
}

/* Menu animation */

.dialog-widget-content.dialog-lightbox-widget-content.animated.fadeIn {
  animation: customWaveAnim 1s ease-in-out forwards !important;
  overflow: hidden;
}

.dialog-widget-content.dialog-lightbox-widget-content.animated.fadeIn.reverse {
  animation: customWaveAnimReverse 1s ease-in-out forwards !important;
}

.elementor-popup-modal {
  background: none !important;
  pointer-events: none !important;
}

@keyframes customWaveAnim {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% -50%);
  }

  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@keyframes customWaveAnimReverse {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% -50%);
  }
}

.popupBtn svg rect {
  transform: scale(0.8);

  animation: pulsingReverse 300ms ease-in-out forwards;
}

.popupBtn svg rect {
  pointer-events: none!important;
  }

.popupBtn:hover svg rect {
  transform: scale(1);
  animation: pulsing 300ms ease-in-out forwards !important;
}
.popupBtn:hover svg rect:nth-of-type(1) {
  animation-delay: 30ms !important;
}
.popupBtn:hover svg rect:nth-of-type(2) {
  animation-delay: 60ms !important;
}

.popupBtn:hover svg rect:nth-of-type(3) {
  animation-delay: 90ms !important;
}

.popupBtn:hover svg rect:nth-of-type(4) {
  animation-delay: 120ms !important;
}

.popupBtn:hover svg rect:nth-of-type(5) {
  animation-delay: 150ms !important;
}
.popupBtn:hover svg rect:nth-of-type(6) {
  animation-delay: 180ms !important;
}

.popupBtn:hover svg rect:nth-of-type(7) {
  animation-delay: 210ms !important;
}

.popupBtn:hover svg rect:nth-of-type(8) {
  animation-delay: 240ms !important;
}

.popupBtn:hover svg rect:nth-of-type(9) {
  animation-delay: 270ms !important;
}

/*Reverse*/

.popupBtn svg rect:nth-of-type(1) {
  transform-origin: center;
  animation-delay: 30ms !important;
}
.popupBtn svg rect:nth-of-type(2) {
  transform-origin: center;
  animation-delay: 60ms !important;
}

.popupBtn svg rect:nth-of-type(3) {
  animation-delay: 90ms !important;
  transform-origin: center;
}

.popupBtn svg rect:nth-of-type(4) {
  transform-origin: center;
  animation-delay: 120ms !important;
}

.popupBtn svg rect:nth-of-type(5) {
  transform-origin: center;
  animation-delay: 150ms !important;
}
.popupBtn svg rect:nth-of-type(6) {
  transform-origin: center;
  animation-delay: 180ms !important;
}

.popupBtn svg rect:nth-of-type(7) {
  transform-origin: center;
  animation-delay: 210ms !important;
}

.popupBtn svg rect:nth-of-type(8) {
  transform-origin: center;
  animation-delay: 240ms !important;
}

.popupBtn svg rect:nth-of-type(9) {
  transform-origin: center;
  animation-delay: 270ms !important;
}

@keyframes pulsing {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.8);
  }
}
@keyframes pulsingReverse {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}


.page-id-2354 a[href="https://www.cuisine-roche.fr/aulnkkqy/appareil-menager/"] {
  display: none;
}

.page-id-2668 a[href="https://www.cuisine-roche.fr/aulnkkqy/agencement-professionnel/"] {
  display: none;
}



@media all and (min-height: 1024px) {
  
  .elementor-element-36f3474  {
    min-height: 100svh!important;
    display: flex!important;
    justify-content: center!important;
  }
}

.solo {
  color: white;
}