/*
 * File : assets/css/map.css
 */

.widget_seic_cta_container {	    
    display: flex;
    height: 100%;
    border: 3px solid #f2f2f2;
    background-color:white;
}

/* Modifs equal height - Lionel  le 23 janvier 2024 */

@media only screen and (max-width: 768px) {
     .widget_seic_cta_container {
        min-height: auto !important;
    }
}

.site_particuliers .widget_seic_cta_container {    
    border-radius: 30px;
}
.widget_seic_cta {
	display: flex;
	flex-direction: column;
}
.widget_seic_cta h3 {
	color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding:20px;
    margin:0px;    
   
}
.site_particuliers .widget_seic_cta h3 {
    border-radius: 30px 30px 0 0;
}

.widget_seic_cta h4 {
	font-size: 23px;
    font-weight: 600;
    padding:20px 20px 10px 20px;
    margin:0px;
}

.widget_seic_cta hr {
	border: none;
    border-top: 1px solid #F2F2F2;
    margin: 0 20px;
}

.widget_seic_cta .content {
	padding:10px 20px;
}

.widget_seic_cta .button {
	text-align: center;
	padding:0 20px 20px 20px;
	margin-top: auto;
}
.widget_seic_cta .button a {
	width: 100%;
}




/* specifique CTA 2 */
.cta2 .dynamique_bkg {        
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.site_particuliers .cta2 .dynamique_bkg {
    border-radius: 0 0 30px 30px;
}

.cta2 .dynamique_bkg * {
    color:#ffffff;
    position: relative;
}

.cta2 .elementor-background-overlay {
    position:absolute !important;
    background-color: #000000;
    opacity: 0.6;
}
.site_particuliers .cta2 .elementor-background-overlay {
    border-radius:0 0 30px 30px;
}

.cta2 .widget_seic_cta h3 {
    color:#000000;
    background-color:#ffffff;
}
.cta2 .spacer {
    height:50px;
} 

.uk-slider-items > * {
    margin: 0 10px;
}
.uk-transition-toggle.uk-active .uk-transition-fade {
    opacity: 1;
}
.elementor-widget-n-tabs .e-n-tab-title {
}
.elementor-widget-n-tabs .e-n-tab-title .tab-image-cover{
    height: 160px;
}
.elementor-widget-n-tabs .e-n-tab-title .uk-overlay-default{
    background: rgba(0, 0, 0, 0);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] .uk-overlay-default{
    background: rgba(0, 0, 0, 0.4);
}

.elementor-widget-map-dropdown .elementor-button {
    padding: 15px;
}
.elementor-widget-map-dropdown .uk-dropdown {
    height: 100%;
    min-height: 80vh;
    overflow: auto;
}