/*
 Theme Name:   astra-child
 Description:  Child theme of astra
 Author:       bwa
 Template:     astra
 Version:      1.0.0
*/

/*
--------------------------------------
Réglages Astra
--------------------------------------
*/
.ast-single-post-featured-section {
    display : none;
}
.ast-container {
    max-width : 100%;
    margin    : unset;
    padding   : unset;
}

/*
--------------------------------------
Elements
--------------------------------------
*/

ul {
    margin          : 0;
    list-style-type : none;
}

.entry-content ul {
    margin-left : 1em;
}

p {
    margin-bottom : 0;
}

span.span-title {
    font-weight : 700 !important;
    color       : var(--e-global-color-primary) !important;
}


/* Footer */ 






/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {


}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {




}

@media (min-width: 1024px) and (max-width: 1025px) {



}


/*mobile and tablet*/
@media (max-width: 1024px) {

	

}


/*desktop*/
@media (min-width: 1025px) {

	.wp-image-158{
		display:none !important;
	}
	.ContactForm{
		margin-right:100px !important;
	}

	
}

/*laptop 1*/
@media (min-width: 1024px) and (max-width: 1439px) {



}

/*laptop 2*/
@media (min-width: 1440px) and (max-width: 1700px) {



}

/*RESPONSIVE*/




