/* 
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 */


/******header******/

.scroll-background {
    background-color: transparent;
    transition: background-color 0.3s ease; 
}

.scroll-background.scrolling {
    background-color: #ffffff!important; 
}

.menu-item:hover a{
  font-family : "Libre baskerville", Sans-serif!important;
  transition: font-family 0.3s ease;
	font-style: italic;
	font-weight:500;
	font-size: 24px !important;

}

/*general*/

a{
	text-decoration:none!important;
}

.single-post .post-tags {
    display: none;
}

.accent{
	font-family : "Libre baskerville", Sans-serif;
	font-size: 38px;
}


.btn-gradient{
	  background: 
    linear-gradient(white, white) padding-box,
    linear-gradient(270deg, #19423E, #88C7B2, #19423E) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
  background-size: 100% 100%, 300% 100%;
  background-position: 0 0, 0% 0%;
  background-repeat: no-repeat;
  transition: background-position 0.5s ease;
}

.btn-gradient:hover{
	  background-position: 0 0, 100% 0%;
}

.elementor-headline-dynamic-text{
	font-size:27px;
}

.container-icon .icon-hover {
	transition: transform 0.6s ease; /* durée + fluidité */
}

.container-icon:hover .icon-hover{
	  transform: translate3d(10px, -4px, 0px) scale3d(1, 1, 1) rotateX(00deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
	  transform-style: preserve-3d;
	transform-origin: center center;

}


.btn-accueil .elementor-button-icon svg{
	width:1.8em!important;
}

.btn-accueil .elementor-button-text{
    display: flex;
    align-items: center;
}


@media screen and (max-width: 1024px){
	.accent{
		font-size: 28px;
	}
}

@media screen and (max-width: 767px){
	.accent{
		font-size: 26px;
	}
}