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


@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap&italic=wght@100;200;300;400;500;600;700;800;900');


h1,h2,h3,h4,h5,h6,p,a,span,li {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
}

a {
	outline: none !important;
}

body.page-id-104 header,
body.page-id-104 footer {
	display: none;
}

body.page-id-92 table {
	border-collapse: collapse;
	margin: 0;
}
body.page-id-92 :is(table, thead, th, td) {
	border: none !important;
	color: #013C44;
	font-size: 13px;
}
body.page-id-92 th {
	color: #013C44;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3em;
	letter-spacing: -.01em;
	text-align: left;
	padding: 0 50px 20px 0;
}
body.page-id-92 td {
	color: #013C44;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3em;
	letter-spacing: 0;
	padding: 0 45px 25px 0;
}





body #content {
	overflow-x: hidden;
}

.flying-image {
	position: absolute !important;
	top: 0;
	right: calc(100% + 30px);
	aspect-ratio: 398/346;
	height: 60%;
	width: auto;
	
	& img {
		object-fit: cover;
	}
}

body.page-id-14 h1 em {
	position: relative;
	margin-left: 0.2ch;

	&::before {
		content: '';
		border: 1px solid #ffffff4d;
		border-radius: 100vmax;
		background: transparent;
		height: 100%;
		width: calc(100% + 0.7ch);
		position: absolute;
		top: 0.1em;
		left: -0.1em;
		pointer-events: none;
	}
}

#content #primary #main .marquee-container {
	max-width: none !important;
	width: max-content !important;
	display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    gap: 0;
	
	
	& p {
		--anim-duration: 80s;
		--anim-delay: -40s;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		line-height: 1em;
		letter-spacing: 0;
		display: flex;
		justify-content: space-between;
		gap: 40px;
		max-width: none;
		padding-inline: 20px;
        width: max-content !important;
		margin-bottom: 0 !important;
		animation: marquee var(--anim-duration) linear infinite;
		
		&.second-line {
			animation: marquee2 var(--anim-duration) linear infinite var(--anim-delay);
		}
		
		& span {
			display: flex;
			align-items: center;
			white-space: nowrap;

			&::before {
				content: '';
				background: url('data:image/svg+xml,<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 4.8663L5.81285 9.14439L12.7647 0.855591" stroke="%2342E2B8" stroke-width="2.13904"/></svg>');
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				width: 14px;
				height: 10px;
				display: block;
				margin-right: 6px;
			}
		}
	}
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}


.custom-dashed-border {
	background-image: linear-gradient(to right, rgba(0, 18, 47, 0.4) 60%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 25px 1.5px;
    background-repeat: repeat-x;
}

.checkmark-list {
	list-style: none;
	padding: 0 !important;

	& li {
		margin-bottom: 18px;
		display: flex;
		align-items: center;

		&::before {
			content: '';
			background: center no-repeat url('/wp-content/uploads/2025/10/checkmark.png');
			background-size: contain;
			height: 21px;
			width: 21px;
			display: block;
			margin-right: 18px;
			top: 2px;
			position: relative;
		}
	}
}

.arrow-button a {
	box-shadow: 0 4px 64px 0 #42e2b84d !important;

	& .uagb-button__link {
		display: flex;
		align-items: center;

		&::after {
			content: '';
			background: url('data:image/svg+xml,<svg width="39" height="38" viewBox="0 0 39 38" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="19.5" cy="19" r="19" fill="white"/><path d="M23.6997 22.7751V15.7751H16.6997" stroke="%230B2230" stroke-width="1.3"/><path d="M23.3817 16.0932L15.25 24.2249" stroke="%230B2230" stroke-width="1.3"/></svg>');
			background-position: center;
			background-repeat: no-repeat;
			background-size: contain;
			height: 38px;
			width: 38px;
			display: inline-block;
			margin-left: 20px;
			transition: 300ms;
		}
	}	
	
	&:hover .uagb-button__link::after {
		rotate: 45deg;
	}
}
body.page-id-104 .main-container {
	background: url(/wp-content/uploads/2025/10/remerciement-background-1.png), url(/wp-content/uploads/2025/10/remerciement-background-2.png), url(/wp-content/uploads/2025/10/Group-6-scaled.png), linear-gradient(to right, #0A101C, #0A101C);
    background-repeat: no-repeat;
    background-size: 45%, 35%, cover, cover;
    background-position: bottom left, top right, center;
}

header {
	position: absolute !important;
    inset: 0;
	height: fit-content;
	
	& a:not(:has(>img)) {
		background: linear-gradient(to right, #fff);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: 0% 1px;
		transition: background-size 300ms;
		
		&:hover {
			background-position: bottom left;
			background-size: 100% 1px;
		}
	}
	
	.header-button {
        margin: 0 0 0 auto;
	}

	& .header-button a {
		width: fit-content !important;
        background: #42E2B8;
        font-size: 14px;
        font-weight: 500;
        line-height: 1em;
		border-radius: 100vmax;
		position: relative;
		padding: 16px;
		color: #00122F !important;
		transition: padding 300ms;

			&::after {
				content: '';
				position: absolute;
				top: calc(50% + 2px);
				right: 50px;
				transform: translatey(-50%);
				background: center no-repeat url('data:image/svg+xml,<svg width="23" height="12" viewBox="0 0 23 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.3154 5.43457L22.8818 6L22.3154 6.56543L17.1504 11.7305L16.585 11.165L16.0195 10.5986L19.7383 6.88086H0.5V5.28125H19.9004L16.0195 1.40039L17.1504 0.269531L22.3154 5.43457Z" fill="%2300122F"/></svg>');
				width: 14px;
				height: 7px;
				background-size: contain;
				opacity: 0;
				transition: 300ms;
			}

			&:hover {
				padding-right: 40px !important;
			}

			&:hover::after {
				right: 20px;
				opacity: 1;
			}
	}
}

.linear-text-color {
	background: linear-gradient(to right, #fff 25%, #126FF4 80%);
	background-clip: text;
	color: transparent !important;
}

body.page-id-11 .main-container {
	background-image: url(/wp-content/uploads/2025/09/background-lp.png), url(/wp-content/uploads/2025/09/background-lp-3.png), url(/wp-content/uploads/2025/09/background-lp-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top -100px center, top 100% center, bottom -800px center;
}

.width-fit {
	width: fit-content !important;
}

.maxwidth-12ch {
	max-width: 12ch;
}

.maxwidth-15ch {
	max-width: 15ch;
}

.maxwidth-15_5ch {
	max-width: 15.5ch;
}

.maxwidth-17ch {
	max-width: 17ch;
}

.maxwidth-19ch {
	max-width: 19ch;
}

.maxwidth-22ch {
	max-width: 22ch;
}

.maxwidth-50ch {
	max-width: 50ch;
}

.agency-with-link {
	transition: 300ms;
	
	&:hover {
		scale: .96;
	}
}

.gradient-border .uagb-button__wrapper {
	position: relative;

	&::before {
		content: '';
        background: linear-gradient(to bottom, #fff, #FF684B);
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        position: absolute;
        z-index: 0;
        top: -1px;
        left: -1px;
        border-radius: 9px;
		transition: 300ms;
	}
	
	& a {
		position: relative;
		z-index: 1;
		outline: none !important;
		box-shadow: 0 0 84px 14px rgb(255 104 75 / 50%) !important;
		transition: padding 300ms;
		
		&::after {
			content: '';
			position: absolute;
			top: 50%;
			right: 50px;
			transform: translatey(-50%);
			background: url('data:image/svg+xml,<svg width="23" height="12" viewBox="0 0 23 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.3154 5.43457L22.8818 6L22.3154 6.56543L17.1504 11.7305L16.585 11.165L16.0195 10.5986L19.7383 6.88086H0.5V5.28125H19.9004L16.0195 1.40039L17.1504 0.269531L22.3154 5.43457Z" fill="white"/></svg>');
			width: 22px;
			height: 11px;
			opacity: 0;
			transition: 300ms;
		}
		
		&:hover {
			padding-right: 55px !important;
		}
		
		&:hover::after {
			right: 20px;
			opacity: 1;
		}
	}
}

footer .mobile-align-center.mobile-text-10 a {
	background: linear-gradient(to right, #fff);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	transition: background-size 300ms;
	
	&:hover {
		background-size: 0% 1px;
		background-position: bottom right;
	}
}

body.page-id-14 footer p.mobile-align-center.mobile-text-10 > a {
	background: linear-gradient(to right, #00122f);
	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;
	}
}




@media screen and (width <= 767px) {
	.icon-container {
		min-width: 40px !important;
	}
	footer .wp-block-uagb-container.uagb-block-c80289ac {
		border: none !important;
	}
	.header-button a {
		background: #0A1325 !important;
		padding: 14px !important;
		text-align: center;
	}
	
	footer .uagb-block-c80289ac {
		border-top: 2px solid #3A86DE !important;
	}
	
	body.page-id-11 .main-container {
		background-image: url(/wp-content/uploads/2025/09/background-mobile-lp.png), url(/wp-content/uploads/2025/09/background-mobile-lp-2.png), url(/wp-content/uploads/2025/09/background-mobile-lp-3.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top 0px center, top 50% center, bottom -300px center;
	}
	
	.gradient-border a {
		padding: 16px 25px !important;

		& div {
			font-size: 12px !important;
		}
	}
	
	h1 {
		font-size: 40px !important;
		line-height: 1.15em !important;
	}
	
	h2 {
		font-size: 30px !important;
		line-height: 1.15em !important;
	}
	
	h3 {
		font-size: 23px !important;
		line-height: 1.15em !important;
	}
	
	.mobile-text-10 {
		font-size: 10px !important;
	}
	
	.mobile-text-11 {
		font-size: 11px !important;
	}
	
	.mobile-text-12 {
		font-size: 12px !important;
	}
	
	.mobile-text-13 {
		font-size: 13px !important;
	}
	
	.mobile-text-14 {
		font-size: 14px !important;
	}
	
	.mobile-text-16 {
		font-size: 16px !important;
	}
	
	.mobile-text-18 {
		font-size: 18px !important;
	}
	
	.mobile-text-25 {
		font-size: 25px !important;
	}
	
	.mobile-text-32 {
		font-size: 32px !important;
	}
	
	.mobile-maxwidth-12ch {
		max-width: 12ch;
	}
	
	.mobile-padding-11-20 {
		padding: 11px 20px !important;
	}
	
	.mobile-align-center {
		text-align: center;
	}
	
	.mobile-ls-0 {
		letter-spacing: 0 !important;
	}
	
	.checkmark-list li {
        display: grid;
        grid-template-columns: auto 1fr;
		gap: 15px;
		
		&::before {
			margin: 0;
		}
	}
	
	.arrow-button a {
		padding: 12px 15px 12px 20px !important;

		& .uagb-button__link {
			font-size: 14px !important;

			&::after {
				height: 28px;
				width: 28px;
				margin-left: 10px;
			}
		}
	}
}


/* MUTUELLE */
.overflow-hero {
	width: 120% !important;
    right: 10%;
    top: -6vw;
}
body.page-id-282 #primary {
	margin: 0 !important;
}
a.base-underline {
	text-decoration: none !important;
	background: linear-gradient(to right, #fff);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	transition: background-size 300ms;
	
	&:hover {
		background-position: bottom right;
		background-size: 0% 1px;
	}
}
.arrow-button-before a {
	padding-left: 0 !important;

	&::before {
		content: '';
		background: center no-repeat url('/wp-content/uploads/2025/10/Group-80.png'), #5CDFD7;
		background-size: 7px 25px;
		width: 25px;
		height: 46px;
		padding: 11px 9px;
		border-radius: 100vmax;
		margin-right: 12px;
	}	
}
