/**

Theme Name: Astra Child

Author: Brainstorm Force

Author URI: http://wpastra.com/about/

Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: astra-child

Template: astra

*/

@media only screen and (min-width: 769px){
	#footer{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 0;
		display: block;
		font-size: 80%;
	}
}

@media only screen and (max-width: 767px){
	#footer .uael-nav-menu__align-left .uael-nav-menu{
		margin: 0 auto;
	}

	#footer .uael-nav-menu__align-left .uael-nav-menu__layout-vertical li a.uael-menu-item{
		justify-content: center;
	}

	.ast-header-break-point .main-navigation ul .menu-item .menu-link{
		border-color: var(--ast-global-color-4);
	}
}

@media only screen and (min-width: 1024px){
	.astra-megamenu section.elementor-section{
		box-shadow: none!important;
	}

	.devis-display{
		display: none!important;
	}

	#content{
		background-color: var(--ast-global-color-5);
		display: block;
		margin-bottom: 100vh;
		position: relative;
		z-index:1;
	}
}

@media only screen and (max-width: 1023px){
	.ast-theme-transparent-header .main-header-menu .devis-display .menu-link{
		background-color: var(--ast-global-color-0);
		color: var(--ast-global-color-5)!important;
		letter-spacing: 2px;
		font-size: 12px;
	}

	.ast-header-break-point .main-navigation ul .menu-item.devis-display .menu-link{
		padding-top: 10px!important;
		padding-bottom: 10px!important;
	}

	.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item:hover>.menu-link{
		background-color: transparent!important;
	}
}

#copyright{
	font-size: 12px;
	font-style: italic;
}

.site-primary-header-wrap.ast-container {
	max-width: 100%;
}

.smallh1{
	font-family: "Playfair Display", serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: -10px;
	display: block;
}

.manuscrit{
	display: block;
	font-family: "Qwitcher Grypen", Sans-serif!important;
	color: var(--ast-global-color-3)!important;
	line-height: 0.6em;
}

.bianco{
	color: var(--ast-global-color-5)!important;
}

.elementor-portfolio-item__overlay{
	opacity: 1!important;
	justify-content: flex-end!important;
	text-align: start!important;
}

@media only screen and (max-width: 767px){
	.elementor-portfolio-item__overlay{
		padding: 50px 25px 25px!important;
	}

	.tith2{
		font-size: 55pt;
		margin-top: -5px;
	}

	.tith3{
		font-size: 30pt;
		margin-top: 5px;
	}
}
@media only screen and (min-width: 768px and max-width: 1023px){
	.elementor-portfolio-item__overlay{
		padding: 35px 75px 35px 50px!important;
	}

	.tith2{
		font-size: 60pt;
		margin-top: -10px;
	}

	.tith3{
		font-size: 30pt;
		margin-top: 5px;
	}

}
@media only screen and (min-width: 1024px){
	.elementor-portfolio-item__overlay{
		padding: 50px 100px 50px 75px!important;
	}

	.tith2{
		font-size: 85pt;
		margin-top: -10px;
	}

	.tith3{
		font-size: 50pt;
		margin-top: 5px;
	}
}

.tith2.smaller{
	font-size: 60%;
	line-height: 1.2em;
}

.elementor-portfolio-item__overlay:hover h3{
	color: var(--ast-global-color-0)!important;
	transition: color 1s!important;
}

.elementor-portfolio-item:hover .elementor-post__thumbnail img{
	transform: scale(1.2) translate(-50%, -50%)!important;
	transition: all 1s!important;
	left: calc(59% + 1px)!important;
}

.small-reals .elementor-portfolio-item__overlay{
	padding: 35px!important;
}

.small-reals .elementor-portfolio-item__overlay h3{
	font-size: 22px!important;
	line-height: 1.4em;
}

.elementor-slideshow__title {
	display: none;
}

/*Bouton calendly*/
.calendly-button{
	background-color: var(--ast-global-color-0);
	color: var(--ast-global-color-5);
	padding: 24px 30px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.3s ease;
}
.calendly-button:hover{
	background-color: var(--ast-global-color-3);
	color: var(--ast-global-color-5);
}
