/****colonne****/
.card-shadow{
    box-shadow: var(--mon-ombre);
	border-radius: var(--radius-box) !important; 
	border:2px solid var(--ast-border-color) !important;
}

/****posts****/
.articles-bloc .uael-post__thumbnail img{
	height: 220px;
	object-fit: cover;
	padding: 16px 16px 0 16px;
}

.articles-bloc .uael-post__bg-wrap{
    box-shadow: var(--mon-ombre);
    border-radius: var(--radius-box) !important; 
	/*border:2px solid #fff !important;*/
}

.articles-bloc .uael-post__bg-wrap:hover,
.articles-bloc .uael-post__bg-wrap:focus{
    box-shadow: var(--mon-ombre-bleue);
    border-color: var(--ast-global-color-0) !important;
}

.articles-bloc .uael-post__bg-wrap a{
    text-decoration: none;
}


/****infobox****/
.card-box .elementor-widget-container{
    border-radius: var(--radius-box); 
    padding: 16px;
    border: 2px solid #fff !important;
}

.height-180 .uael-infobox{
	min-height: 180px;
}

.no-img .uael-module-content.uael-imgicon-wrap {
	display: none;
}

.card-box img{
	margin-bottom: 20px;
}


.highlights-bloc div.uael-infobox-title{
	font-family: "Montserrat", Sans-serif !important;
	font-size: 17px !important;
	    font-weight: 700;
    margin: 0px 0px 10px 0px;
	line-height: 1.4em;
}

.icone-service{
	text-align: left;
	margin-bottom: 20px;
}



/****timeline****/
/*.blue-timeline .in-view .uael-timeline-marker{
	border-color: var(--e-global-color-0 ) !important;
}*/

/*au repos*/
.uael-events-new .uael-events-inner-new{
    box-shadow: var(--mon-ombre);
    border-radius: var(--radius-box) !important; 
	/*border:2px solid #fff !important;*/
}

/*au survol et au focus*/
/*.uael-events-new .uael-events-inner-new:hover, 
.uael-events-new .uael-events-inner-new:focus{
    box-shadow: var(--mon-ombre-bleue);
    border-color: var(--ast-global-color-0) !important;
}*/

/*quand timeline correspond*/
.in-view .uael-events-new .uael-events-inner-new{
    box-shadow: var(--mon-ombre-noire);
    border-color: var(--ast-global-color-3) !important;
}


/****faq****/
.uael-faq-accordion{
    box-shadow: var(--mon-ombre);
    border-radius: var(--radius-box) !important; 
	/*border:2px solid #fff !important;*/
}

.uael-faq-accordion:hover,
.uael-faq-accordion:focus{
    box-shadow: var(--mon-ombre-bleue);
    border-color: var(--ast-global-color-0) !important;
}


