/**
Theme Name: Astra Child
Author: Jonathan Joly
Author URI: https://ekleipsi-medias.fr/
Text Domain: astra-child
Template: astra
*/

*{
	margin:0;
	padding:0;
}

.main-header-bar{
	border-bottom-width:0px;
}
/*** BARRE DE MENU ***/
.ast-primary-header-bar, .ast-below-header-wrap  {
	box-shadow: 2px 0px 10px black;
}

.current-menu-item{
	border-bottom: solid 1px black;
}
.bandeau{
	box-shadow: 0px 0px 10px black !important;
}

.bandeau>div>h2{
	margin-bottom: 0px;
}
/****************FOOTER DU SITE****************/
.site-footer
{
	box-shadow: -10px 0px 10px black !important;
	z-index:999;
}
.site-below-footer-wrap
{
	box-shadow: -10px 0px 10px black;
}
.ast-builder-html-element p, .ast-footer-copyright p
{
	font-size: 18px;
}
/*** PAGE SOINS ***/
.image_soins:hover, .bouton_soins:hover
{
	transition: 0.4s;
	box-shadow: 0px 0px 10px black;
}
.bouton_soins: hover a
{
	border-radius: inherit !important;
}
div#n2-ss-2 .n2-font-bcd8d00e0ecd87b0a7a397f0976e2a73-hover
{
	text-shadow: 0px 0px 3px black !important;
}

.texte_sans_padding_bottom, .entry-content p
{
	margin-bottom: 0px;
}
.cont_texte_shadow
{
	box-shadow: 0px 0px 10px black !important;
	z-index:999;
}

.wp-block-button>a
{
	box-shadow: 0px 0px 10px black;
	padding: 15px 25px;
}
.wp-block-button>a:hover
{
	box-shadow: 0px 0px 15px black;
}
/**************** MEDIA QUERIES****************/
@media all and (min-width:427px) and (max-width: 769px) {
	
	/******slider accueil**************/
	
	.n2-ss-slider .n2-ss-layer[data-pm=absolute]
	{
		top:8em !important;
	}
	#n2-ss-2item1
	{
		font-size: 18px !important;
	}
	
	.wp-block-uagb-container
	{
		flex-direction:column;
	}
	
	.uagb-block-97e589b9,  .uagb-block-ecf16f6d , .uagb-block-9e740ef4, .uagb-block-f56a6930 {
		max-width: 100% !important;
	}
	.uagb-block-597a823e, .uagb-block-5be5d511, .uagb-block-6b7e9085{
		margin-bottom: 1em;
	}	
	
}

@media all and (min-width: 320px) and (max-width: 426px) {
	/******slider accueil**************/
	div#n2-ss-2 .n2-font-76c32428520b6477194e2b8c57e9251a-hover{
		font-size: 18px !important;
	}
	.n2-ss-slider .n2-ss-layer[data-pm=absolute]
	{
		top:5em !important;
	}
	.uagb-block-597a823e, .uagb-block-5be5d511, .uagb-block-6b7e9085{
		margin-bottom: 1em;
	}	
	.ast-footer-html-2>div>div>p>span, .ast-footer-copyright{
		font-size: 11px !important;
	}
}