/*
Theme Name: Astra Child Theme
Theme URI: https://wpastra.com/
Description: Thème enfant pour Astra.
Author: Emma
Template: astra
Version: 1.0.0
*/
:root{
/* 	--ast-global-color-0: #000fa0 !important; */
	--ast-global-color-0: #313b97 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mt-9{
	margin-top: 9px !important;
}

h1.entry-title{
	margin-top: 3rem;
    text-align: center;
}
span.uagb-button__icon.uagb-button__icon-position-after {
transition: translate 0.5s;
}
.lien-fleche:hover span.uagb-button__icon.uagb-button__icon-position-after {
	translate: 8px 0;
}
.parent-pageid-283 .titre-page-service h2 a{
	text-decoration: none;
}
.parent-pageid-283 #main .wp-block-uagb-container ul {
    margin-left: 0;
}
header .ast-primary-header-bar.ast-primary-header.main-header-bar {
    box-shadow: rgba(0, 0, 0, .117647) 0 1px 3px;
}
header .ast-primary-header-bar.ast-primary-header.main-header-bar .site-branding.ast-site-identity a {
    display: flex;
}
.ast-builder-menu-mobile.ast-builder-menu.ast-builder-menu-mobile-focus-item.ast-builder-layout-element.site-header-focus-item {
    box-shadow: rgba(0, 0, 0, .117647) 0 1px 3px;
}
/* .postid-1190 .tribe-events-event-image {
    display: none;
} */

@media only screen and (min-width: 767px){
	footer .wp-block-image img, footer .wp-block-uagb-image__figure img{
    	max-width: 60% !important;
		margin: auto !important;
	}
}
@media (max-width: 766px) {
	.mobile-order-2{
		order: 2 !important;
	}
}

