/*
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
*/


.email_confirmation {
	background-color: red;
}

.nectar-cta .arrow:before{
	color: black !important;
}

.center-vertical{
	display: flex;
    align-items: center;
}
.myposition-image .vc_column-inner {
	    position: unset;
}

	.custom-four-block .wpb_wrapper .wpb_row{
margin-bottom: 20px !important;
	}

.custom-four-block  .vc_col-sm-6.wpb_column{
	padding: 0 10px !important;
}

/* Ajoutez vos styles personnalisés ici */
.votre-classe-css {
    background-color: #f2f2f2; /* Couleur de fond */
    padding: 20px; /* Espace intérieur */
    margin-bottom: 20px; /* Marge en bas */
    border: 1px solid #ccc; /* Bordure */
    border-radius: 5px; /* Coins arrondis */
    font-size: 16px; /* Taille de la police */
    color: #333; /* Couleur du texte */
}



