/**
Theme Name: Astra
Theme URI: https://wpastra.com/
*/

/* COMMON CLASS */

body{
	background-color: white !important;
}

@media only screen and (max-width: 1024px) {
	.desktop-only {
		display: none;
	}
}

#container{
	padding-right: 25px;
	padding-left: 25px;
}

/* BOUTON SCROLL TO TOP */
#ast-scroll-top{
	background-color: #853275 !important;
	color: white !important;
}

/* MENU */
#menu .elementor-element-9521b1a , #menu .elementor-element-094d1c5{
	position: initial;	
}

#menu nav {
	right: 0;
	left: inherit
}

@media only screen and (max-width: 1024px) {
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal{
		display: none;
	}
	
	.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal{
		display: inherit;
	}
}

/* PAGE QUI SUIS-JE */
#image-equilibre img {
	position: relative;
	z-index: -1;
	max-height: 400px;
    object-fit: cover;
}

/* PAGE CONTACT */
div.wpforms-container-full button[type=submit].btn-submit-form {
	background-color: #853275 !important;
	color: white !important;
}

.wpforms-field-limit-text{
	display: none;
}

/* PAGE MENTIONS LÉGALES & POLITIQUE DE CONFIDENTIALITÉ */
#post-19, #post-3{
	margin-bottom: 50px;	
}

#post-19 h1,
#post-3 h1 {
	text-align: center;
}

#post-19 h2, 
#post-3 h2 {
	margin-top: 20px !important;
	margin-bottom: 10px !important;
}

#post-19 p,
#post-3 p {
	margin-bottom: 0 !important;
}