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

/*.wp-block-uagb-info-box {
	line-height: 0 !important;
}*/

a {
	outline: none !important;
}

textarea {
	resize: vertical;
}

body.home h1 {
	opacity:0;
}

@media screen and (width >= 768px) {
	.custom-bg-image {
		position: absolute !important;
		top: 0;
		left: 0;
		width: 50vw !important;
		height: 100%;

		& > figure,
		& > figure > img {
			height: 100% !important;
			width: 100% !important;
			object-fit: cover !important;
		}
	}
}
.custom-bg-image {
	width: 100%;

	& > figure,
	& > figure > img {
		height: 100% !important;
		width: 100% !important;
		object-fit: cover !important;
	}
}


button.menu-toggle {
	outline: none !important;
	border: none !important;
}
body.ast-main-header-nav-open div#ast-mobile-header {
	background: #191F27;
}

div#ast-mobile-header > .ast-mobile-header-content {
	max-height: none;
	height: calc(100dvh - 80px);
	background: url(https://astrolabes-conseil.com/wp-content/uploads/2026/03/astrolabes-mobile.png), #191F27;
    background-repeat: no-repeat;
    background-position: bottom -20% center;
	padding: 60px 20px;
	
	& #ast-hf-mobile-menu {
		background: transparent;
		display: grid;
        gap: 20px;
		
		& a.menu-link {
			padding: 0;
			border: none;
			
			font-family: "DM Sans", sans-serif;
			color: #fff;
			font-size: 40px;
			font-weight: 200;
			letter-spacing: 0;
			line-height: 1;
		}
	}
	
	& aside[data-section="sidebar-widgets-header-widget-4"] {
		margin-top: 50px;
	}
}



/*LOGO CAROUSEL */
.logo-carousel {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.logo-track-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: none;
	width: max-content;
}
.logo-track {
	display: flex;
	width: max-content;
}
.track-1, .track-2 {
	display: flex;
	flex: 1;
	width: max-content;
	max-width: none;
}
.track-1 {
	animation: scrollLogos1 60s linear infinite;
}
.track-2 {
	animation: scrollLogos2 60s linear infinite -30s;
}
.logo-item {
	flex: 0 0 auto;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo-item img {
	max-height: 70px;
	width: auto;
	object-fit: contain;
	transition: 0.3s ease;
}
@keyframes scrollLogos1 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes scrollLogos2 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-200%);
	}
}
@media screen and (width <= 767px) {
	.track-1 {
		animation: scrollLogos1 90s linear infinite;
	}
	.track-2 {
		animation: scrollLogos2 90s linear infinite -45s;
	}
}
/* LOGO CAROUSEL */




/* BOUTON HOVER */
a.wp-block-button__link .uagb-button__icon {
	position: relative;
}
a.wp-block-button__link .uagb-button__icon::before {
	content: '';
	background: center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z'/%3E%3C/svg%3E");
	background-size: contain;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	opacity: 0;
	user-select: none;
	transition: all 500ms;
}
a.wp-block-button__link .uagb-button__icon > svg {
	transition: all 500ms;
}
.uagb-block-cb884fb4 a.wp-block-button__link .uagb-button__icon::before {
	background: center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaedff' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z'/%3E%3C/svg%3E");
	background-size: contain;
}
a.wp-block-button__link:hover {
	& .uagb-button__icon::before {
		left: 0;
		opacity: 1;
	}
	
	& .uagb-button__icon > svg {
		transform: translateX(30px);
		opacity: 0;
	}
}
.uagb-forms-main-submit-button {
	padding-right: 70px !important;
	position: relative;
	overflow: hidden;
	
	&::before {
		content: '';
		background: center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z'/%3E%3C/svg%3E");
		background-size: contain;
		width: 13px;
		height: 13px;
		position: absolute;
		bottom: 12px;
		right: 50px;
		opacity: 0;
		user-select: none;
		transition: all 500ms;
	}
	
		&::after {
		content: '';
		background: center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z'/%3E%3C/svg%3E");
		background-size: contain;
		width: 13px;
		height: 13px;
		position: absolute;
		bottom: 12px;
		right: 20px;
		opacity: 1;
		user-select: none;
		transition: all 500ms;
	}
	
	&:hover::before {
		right: 20px;
		opacity: 1;
	}
	&:hover::after {
		right: -10px;
		opacity: 0;
	}
}
/* BOUTON HOVER */



footer .light-white .uagb-ifb-desc a {
	color: #FFFFFF70;
	background: linear-gradient(to right, #FFFFFF70);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 0% 1px;
	transition: background-size 500ms;

	&:hover {
		background-position: bottom left;
		background-size: 100% 1px;
	}
}

footer .uagb-ifb-desc a {
	color: #fff;
	background: linear-gradient(to right, #fff);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 0% 1px;
	transition: background-size 500ms;

	&:hover {
		background-position: bottom left;
		background-size: 100% 1px;
	}
}

footer .uagb-block-8615996b .uagb-ifb-desc > span {
	text-decoration: none !important;
	
	& a {
		color: #fff;
		background: linear-gradient(to right, #fff);
		background-repeat: no-repeat;
		background-position: bottom left;
		background-size: 100% 1px;
		transition: background-size 500ms;

		&:hover {
			background-position: bottom right;
			background-size: 0% 1px;
		}
	}
}