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

html {
	background-color: #fff;
	background-repeat: repeat;
	background-image: url(/wp-content/uploads/2021/10/fond_motif.png);
	background-size: auto;
	background-attachment: initial;
}

.ast-breadcrumbs-wrapper .trail-items .trail-end,
.ast-breadcrumbs-wrapper .trail-items li::after,
.ast-breadcrumbs-wrapper,
.ast-breadcrumbs-wrapper .trail-items a {
	font-size: 13px;
	color: #888888;
}

body {
	background-color: transparent;
	background-attachment: initial !important;
}

#page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#content {
	overflow-x: hidden;
	flex-grow: 1;
}

.home .site {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2021/10/header-static-1.png);
	background-size: 100%;
	background-position: top center;
}

.ast-breadcrumbs-wrapper {
	margin: 0 auto;
}
	
.ast-main-header-nav-open #ast-mobile-header::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 73, 153, 0.95);
	display: block;
	opacity: 0;
	transition: opacity 0.3s linear;
}

body.ast-main-header-nav-open .main-header-bar.ast-header-breadcrumb {
	padding-top: 0;
}

.ast-header-breadcrumb {
	width: 100%;
}

.ast-close-svg path {
	fill: #FFFFFF;
}

.site-header {
	position: sticky !important;
	pointer-events: none;
	top: 0;
	z-index: 999999;
}

.site-header-below-section-left a {
	opacity: 0;
	pointer-events: none;
	display: block;
	transition: opacity 0.3s linear, margin 0.3s linear;
	width: 52px;
}

.site-header * {
	pointer-events: all;
}

#ast-desktop-header,
#ast-mobile-header {
	transition: background 0.3s linear;
}

.ast-logo-title-inline .site-logo-img {
	padding: 0;
}

.site-primary-header-wrap {
	transition: min-height 0.3s linear;
}

.ast-logo-title-inline .ast-site-identity {
	transition: padding 0.3s linear;
}
	
.mobile-menu-toggle-icon path {
	transition: fill 0.3s linear;
}

header .custom-logo-link img {
	transition: max-width 0.3s linear, height 0.3s linear, opacity 0.2s linear;
	padding: 0;
	display: block;
}
	
.stickyHeader #ast-desktop-header,
.stickyHeader:not(.ast-main-header-nav-open) #ast-mobile-header{
	background: rgba(1, 73, 153, 0.95);
}
	
.stickyHeader body.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,
.stickyHeader body.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link:hover,
.stickyHeader body.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link:focus,
.stickyHeader body.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link,
.stickyHeader body.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link:hover,
.stickyHeader body.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link:focus,
.stickyHeader .ast-builder-menu-1 .main-header-menu .menu-item > .menu-link,
.stickyHeader .ast-builder-menu-1 .main-header-menu .menu-item > .menu-link:hover,
.stickyHeader .ast-builder-menu-1 .main-header-menu .menu-item > .menu-link:focus,
.footer-widget-area a,
.footer-widget-area .menu-item:hover,
.footer-widget-area .menu-item:focus {
	color: #ffffff !important;
}

.current_page_item .menu-link,
.footer-widget-area a:hover,
.footer-widget-area a:focus {
	font-weight: 800 !important;
}

@media (min-width: 905px) {

	.site-below-header-wrap {
		position: sticky;
		top: 0;
	}

	.site-header {
		min-height: 250px;
	}

	.stickyHeader .site-header-below-section-left a {
		opacity: 1;
		margin: 8px 0 12px;
	}
	
	header .custom-logo-link img {
		height: 145.94px;
	}
	
	.stickyHeader header .custom-logo-link img {
    max-width: 0px;
		opacity: 0;
		height: 0;
	}

	.stickyHeader .ast-logo-title-inline .ast-site-identity {
		padding: 0;
	}

	.stickyHeader .site-primary-header-wrap {
		min-height: 0px;
	}

	.footer-widget-area a:hover,
	.footer-widget-area a:focus {
		color: #ffffff !important;
	}
	
	
	
	.ast-breadcrumbs-wrapper {
		border-bottom: 1px solid #D8DEDE;
		padding-bottom: 20px;
	}
}

@media (max-width: 921px) {

	.site-header {
		min-height: 96px;
		position: sticky !important;
	}
	
	.site-header-primary-section-left .ast-header-html-2 {
		position: absolute;
		top: 16px;
		left: 5px;
		opacity: 0;
		transition: all 0.3s linear;
		pointer-events: none;
	}
	
	.stickyHeader .site-header-primary-section-left .ast-header-html-2 {
		opacity: 1;
		top: 7px;
		left: 3px;
		pointer-events: all;
	}
	
	header .custom-logo-link img {
		transition: all 0.3s linear;
    height: auto !important;
	}

	.stickyHeader header .custom-logo-link img {
		opacity: 0;
	}

	.stickyHeader .site-header-primary-section-left .ast-header-html-2 img,
	.stickyHeader header .custom-logo-link img {
		max-width: 50px;
	}

	.stickyHeader .ast-logo-title-inline .ast-site-identity {
		padding: 5px 0;
	}
	
	.stickyHeader .mobile-menu-toggle-icon path {
		fill: #FFFFFF;
	}

	.footer-widget-area img {
		width: 80px;
	}
	
	.footer-widget-area .wp-block-image {
		margin: 10px 0;
	}
	
	body.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,
	body.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link:hover,
	body.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link:focus,
	body.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link,
	body.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link:hover,
	body.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link:focus,
	.ast-builder-menu-1 .main-header-menu .menu-item > .menu-link,
	.ast-builder-menu-1 .main-header-menu .menu-item > .menu-link:hover,
	.ast-builder-menu-1 .main-header-menu .menu-item > .menu-link:focus {
		color: #ffffff;
	}
	
	#ast-mobile-header .ast-mobile-header-content {
		position: absolute;
		right: 0;
		width: 100%;
		background: 0;
	}
	
	#ast-mobile-header .ast-mobile-header-content a,
	#ast-mobile-header .ast-mobile-header-content ul,
	#ast-mobile-header .ast-mobile-header-content li {
		border: 0;
		text-align: center;
	}
	
	#ast-mobile-header .ast-mobile-header-content a {
		font-size: 30px;
		position: relative;
	}
	
	#ast-mobile-header .ast-mobile-header-content a::after {
		background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9Ii0xMCAwIDcyNCAxMDAwIj4KICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDg1MCkiPgogICA8cGF0aCBmaWxsPSIjRkZGRkZGIgpkPSJNNjE4IDM2MWwtNDE0IC00MTVxLTExIC0xMCAtMjUgLTEwdC0yNSAxMGwtOTMgOTNxLTExIDExIC0xMSAyNXQxMSAyNWwyOTYgMjk3bC0yOTYgMjk2cS0xMSAxMSAtMTEgMjV0MTEgMjVsOTMgOTNxMTAgMTEgMjUgMTF0MjUgLTExbDQxNCAtNDE0cTEwIC0xMSAxMCAtMjV0LTEwIC0yNXoiIC8+CiAgPC9nPgoKPC9zdmc+Cg==") no-repeat;
		background-size: 100%;
		content: "";
		display: block;
		position: absolute;
		width: 15px;
		height: 20px;
		top: 50%;
		margin-top: -10px;
		right: 20px
	}
	
	.ast-main-header-nav-open #ast-mobile-header::before {
		opacity: 1;
	}
}

@media (max-width: 544px) {

	.footer-widget-area .wp-block-image {
		margin: 0;
	}
	
	.footer-widget-area img {
		width: 60px;
	}
	
	#ast-mobile-header .ast-mobile-header-content a {
		font-size: 20px;
	}
	
	#ast-mobile-header .ast-mobile-header-content a::after {
		width: 12px;
		height: 15px;
		top: 50%;
		margin-top: -7.5px;
	}
}

.custom-list ul {
	list-style: none;
	margin-left: 0;
}

.custom-list li {
	position: relative;
	padding-left: 27px
}

.custom-list li:not(:last-child) {
	margin-bottom: 10px;
}

.custom-list li::before {
	content: '•';
	width: 8px;
	height: 8px;
	margin-right: 20px;
	font-size: 260%;
	vertical-align: middle;
	line-height: 0;
	top: 16px;
	left: 0;
	position: absolute;
	font-family: Arial, sans-serif;
}


.list-white li::before {
	color: #FFFFFF;
}

.list-black li::before {
	color: #000000;
}

.list-teal li::before {
	color: var( --e-global-color-293c622 );
}

.list-blue li::before {
	color: var( --e-global-color-primary );
}

.list-yellow li::before {
	color: var( --e-global-color-d2e9110 );
}

.list-red li::before {
	color: var( --e-global-color-4fa1fc7 );
}

.list-pink li::before {
	color: var( --e-global-color-accent );
}

.elementor-section::before {
	pointer-events: none;
}

.click-fix {
	pointer-events: none;
}

.click-fix img {
	pointer-events: all;
}

.footer-bottom-copyright {
    border-top: 1px solid #FFF;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-bottom-copyright p{
    margin-bottom: 0;
}

#menu-footer-site-link-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

footer .site-below-footer-wrap {
    padding-top: 0;
}

/* Elementor form: bouton dans le champ email (à droite) */
.form-newsletter-footer .elementor-form-fields-wrapper{
  position: relative;
}

/* Le champ email prend toute la largeur */
.form-newsletter-footer .elementor-field-group-email{
  width: 100%;
}

/* On crée de la place à droite dans l'input pour le bouton */
.form-newsletter-footer .elementor-field-group-email input[type="email"]{
  width: 100%;
  padding-right: 120px; /* ajuste selon la largeur du bouton */
}

/* Le groupe submit devient un bouton superposé dans l'input */
.form-newsletter-footer .e-form__buttons{
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: auto;
    margin: 0;
}

/* Le bouton */
.form-newsletter-footer .e-form__buttons .elementor-button{
  height: calc(100% - 2px);
  padding: 0 16px;
  white-space: nowrap;
}

@media (max-width: 768px) {
footer .elementor-nav-menu--main a{
    justify-content: center;
}
}