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





.chapo {
	background: #a5697b;
	padding: 30px !important;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
}	
.chapo * {
	color: white;
}



.has-accordion div .toggle > div .inner-toggle-wrap {
    padding-bottom: 0px !important;
}



.has-accordion .toggle div {
    background: #a6445e;
	color: white;
    border-radius: 7px;
	padding: 10px 15px;
}



#frame-rdv {
	border-radius: 15px !important;
}




/* padding et radius sur l'effet de background des titres */
.nectar-highlighted-text:not([data-style=text_outline]) em {
    background-size: 0 100%; /* MB : was 0 80% ! */
}
.nectar-highlighted-text em.animated {
	background-size: 100% 100%; /* MB : was 100% 80% ! */
}
.nectar-highlighted-text[data-color="#a6445e"]:not([data-style="text_outline"]) em,
.nectar-highlighted-text[data-color="#f2d2b6"]:not([data-style="text_outline"]) em {
	padding: 3px 10px 7px 10px;
	/*border-radius: 15px;*/
}