/*!
Theme Name: Vault Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: vault
Version: 1.0.0
Text Domain: vault
*/

 /* Add your custom style here */

.blueFooter a {
	color: white;
	transition: 0.3s all;
}

.wpcf7-form-control-wrap select {
	background-color: white !important;
}

.singServiceItem, .btmPartService, .imgSingService {
    /* Position de base */
    transition: transform 0.2s cubic-bezier(0.42, 0, 0.58, 1), border-radius 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.singServiceItem:hover .btmPartService {
    /* Monter de 20px */
    /*transform: translateY(20px);*/
} 

.singServiceItem:hover .imgSingService {
    /* Monter de 20px */
    transform: translateY(-20px);
} 

.singServiceItem:hover .elementor-widget-container {
	border-radius: 0px 0px 12px 12px !important;
}

.uicore-cta-wrapper a {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.uicore-top-bar i {
	color: #004694 !important;
	margin-right: 6px;
	margin-bottom: -2px;
}

.historySlider img {
	height: 250px !important;
	object-fit: cover;
    object-position: center center;
    width: 100%;
}

.historySliderLow img {
	height: 150px !important;
	object-fit: cover;
    object-position: center center;
    width: 100%;
}


.lavageSlider img {
	height: 550px !important;
	object-fit: cover;
    object-position: center center;
    width: 100%;
}

@media screen and (max-width: 767px) {
	h1.uicore-title {
		font-size: 28px !important;
	}
}