/* 
Theme Name: Hello Eliophot 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 & Eliophot
Author: Eliophot
Author URI: https://www.eliophot.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, Eliophot
*/

/* Add your custom styles here */

/* GLOBAL */
#menu-icon line,
#menu-icon p {
  transition: all 0.5s;
}

#menu-icon:hover #menu-burger-line-2 {
  stroke: #fff !important;
  opacity: 0.5;
}

#menu-icon:hover #menu-burger-line-1 {
  stroke: #fff !important;
}

#menu-icon:hover #menu-burger-icon-text {
  color: white !important;
}

.desktop-lang-switcher-container {
  overflow: hidden;
}

.desktop-lang-switcher-container .main-flag,
.desktop-lang-switcher-container .second-flag {
  transition: all 0.5s;
}

.desktop-lang-switcher-container:hover .main-flag {
  opacity: 0;
}

.animated-bg-blur {
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(30px) !important;
}

/* HEADER */
#header-site {
    transition: all 0.35s;
}

#header-site.is-hidden {
    transform: translateY(-100%);
}

/*gestion du header home uniquement*/
.home #header-site {
    background-color: transparent !important;
    transition: all 0.25s;
}

.home #header-site .header-logo {
    opacity: 0;
    transition: all 0.25s;
}

.home #header-site.elements-visibles {
    background-color: var(--e-global-color-primary) !important;
}

.home #header-site.elements-visibles .header-logo {
    opacity: 1;
}

/* FOOTER */
.form-newsletter .elementor-field-type-acceptance label {
    color: var(--e-global-color-text) !important;
}

.form-newsletter {
    max-width: 347px !important;
}

.form-newsletter .elementor-field-type-recaptcha_v3 {
    display: none;
}

/* MENU BURGER */
/* menu liens */
.menu_burger .section_links .menu_main .elementor-nav-menu--main ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu_burger .section_links .menu_main .elementor-nav-menu--main ul a {
  width: fit-content;
  text-align: center;
}

/* menu secondaire */
.menu_burger .menu_secondary .elementor-nav-menu--main li:after {
  border-radius: 100%;
}

@media screen and (min-width: 1025px) {
  .menu_burger .section_links {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.20);
  }

  .menu_burger .section_contenus .section {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.65s;
  }

  .menu_burger .section_contenus .section.section_active {
    max-height: 100%;
  }

  .menu_burger .section_links {
    transition: clip-path 0.65s;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    overflow: hidden;
    aspect-ratio: 1 / 1 !important;
    max-width: 540px !important;
    height: auto !important;
  }

  .menu_burger .section_contenus {
    transition: clip-path 0.65s;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    aspect-ratio: 1/1 !important;
    max-width: 540px !important;
    height: auto !important;
  }

  .menu_burger .section_links.ouvert,
  .menu_burger .section_contenus.ouvert {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@media screen and (max-width: 1024px) {
  .menu_burger .menu_main {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 20px;
  }

  .menu_burger .menu_secondary li a {
    color: var(--e-global-color-text) !important;
  }

  .menu_burger .menu_secondary li:after {
    display: none;
  }
}

/* Home */
.experience-container{
		  cursor: pointer !important
}
.experience-container.active{
	cursor: auto !important
}

@media screen and (max-width: 1023px){
	.experience-monograme{
		opacity : 0.2
	}
}

@media screen and (min-width: 1201px) {
  .experience-container {
    position: absolute;
    height: 654px;
    width: 620px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 34.5px;
    transition: all 1s ease-in-out;
  }

  .experience-monograme,
  .experience-text,
  .experience-button {
    opacity: 0;
    transition: all 1s ease-in-out !important;
	max-height : 0
  }

  .experience-container-right {
    right: 0;
  }

  .experiences-container {
    position: relative;
  }
	

  .experience-container.experience-container-left.active {
    transform: translate(50%, -50%);
    z-index: 10;
    width: 720px;
  }

  .experience-container.experience-container-right.active {
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 720px;
  }

  .experience-container::before {
    transition: all 1s ease-in-out;
    border-radius: 34.5px;
  }

  .experience-container.active::before {
    opacity: 0.7;
  }

  .experience-container.active .experience-monograme,
  .experience-container.active .experience-text,
  .experience-container.active .experience-button {
	  max-height : 500px
  }
	 .experience-container.active .experience-text,
	.experience-container.active .experience-button{
		opacity : 1
	}
	
	.experience-container.active .experience-monograme{
		opacity : 0.2;
	}

  .experience-container.not-active {
    z-index: 5;
    width: 440px;
    height: 800px;
  }

  .experience-container h3 {
    transition: all 1s ease-in-out;
  }

  .experience-container.not-active h3 {
    transform: translateY(-300px);
  }
}

@media screen and (min-width: 1201px) and (max-width: 1365px) {
  .experience-container {
    width: 520px;
    height: 500px;
  }
}

/* Carousel words */
.carousel-words .word{
	opacity : 0;
	transition: 0.2s
}

.carousel-words .word.active{
	opacity : 1
}


/* Carousel */

.navigation-button {
  cursor: pointer;
}

.slider-navigation-separator .elementor-divider-separator {
  transition: all 0.5s ease-in-out;
  width: 25% !important;
}

.slider-navigation-separator.first-step .elementor-divider-separator {
  width: 25% !important;
}

.slider-navigation-separator.second-step .elementor-divider-separator {
  width: 50% !important;
}

.slider-navigation-separator.third-step .elementor-divider-separator {
  width: 75% !important;
}

.slider-navigation-separator.fourth-step .elementor-divider-separator {
  width: 100% !important;
}

.home-carousel-container .elementor-swiper-button {
  height: 44px;
  width: 44px;
  border-radius: 200%;
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.home-carousel-container .elementor-swiper-button i {
  width: 44px;
  height: 44px;
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.home-carousel-container .elementor-swiper-button i::before {
  width: 28x;
  height: 28px;
  text-align: center;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .home-carousel-container .elementor-swiper-button {
    height: 28px;
    width: 28px;
  }

  .home-carousel-container .elementor-swiper-button i {
    width: 18px;
    height: 18px;
  }

  .home-carousel-container .elementor-swiper-button i::before {
    width: 14px;
    height: 14px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1201px) {
  .home-carousel-container .elementor-swiper-button {
    display: none !important;
  }
}

/* Experiences */

.listing-button-container .listing-button-text {
  transition: all 1s ease-in-out;
  opacity: 0;
  max-height: 0;
}

.listing-button-container.active .listing-button-text {
  opacity: 1;
  max-height: 500px;
	padding : 1rem
}

.experience-carousel-container .navigation-button {
  cursor: pointer;
}

.experience-carousel-container .navigation-button.active * {
  color: #0a0908 !important;
  fill: #0a0908 !important;
}

.experience-carousel-container .elementor-swiper-button {
  height: 44px;
  width: 44px;
  border-radius: 200%;
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.experience-carousel-container .elementor-swiper-button i {
  width: 44px;
  height: 44px;
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.experience-carousel-container .elementor-swiper-button i::before {
  width: 28x;
  height: 28px;
  text-align: center;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .experience-carousel-container .elementor-swiper-button {
    height: 28px;
    width: 28px;
  }

  .experience-carousel-container .elementor-swiper-button i {
    width: 18px;
    height: 18px;
  }

  .experience-carousel-container .elementor-swiper-button i::before {
    width: 14px;
    height: 14px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1201px) {
  .experience-carousel-container .elementor-swiper-button {
    display: none !important;
  }
}