/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* ----- Homepage ----- */
@media (max-width: 999px) {
	.image-block,
	.image-block > .vc_column-inner{
		min-height: 400px !important;
	}
}

@media (max-width: 767px) {
	h3{
		font-size: 30px !important;
	}
}

.page-id-16 .nectar-carousel-fixed-content a.nectar-button,
.page-id-16 .nectar-button[data-color-override="false"].regular-button {
	background-color: transparent !important;
	border: 2px solid rgba(0, 0, 0, 0.75);
	color: #000;
}

.page-id-16 .nectar-carousel-fixed-content a.nectar-button:hover,
.page-id-16 .nectar-button[data-color-override="false"].regular-button:hover {
	background-color: var(--nectar-accent-color) !important;
	border: 2px solid var(--nectar-accent-color);
	color: #fff;
}

/* ----- Nous joindre ----- */
@media (max-width: 767px) {
	.page-id-57 h6 > a {
		font-size: 20px;
	} 
}


