/* -------------------------------------------- */
/* Feuille de style css pour les Call to action */
/* -------------------------------------------- */

.wpb_call_to_action{
	padding: 0px !important ;
	width: 100%;
	margin-bottom: 10px !important;
	border:inherit !important;
}

.wpb_call_to_action > img{
	width: 100%;
}

.cta_align_bottom .wpb_button{
	width: 100%;
	background-color: #3796D5;
	transition: background 0.4s ease-out;
}

.cta_align_bottom .wpb_button:hover{
	background-color: #2985C2 ;
}

.cta_align_bottom .wpb_button:active{
	background-color: #409AD7 ;
}

.wpb_call_to_action a{
	margin-bottom: 0px;
	margin-top: -8px;
}

.cta_align_bottom .wpb_button {
	margin-top: -8px !important;
	border-radius: inherit !important;
}

.cta_default{
	background-color: #3796D5 !important;
}

@media screen and (max-width:767px) and (min-width:450px){

	.vc_row-fluid [class*="vc_span"]{
		min-height: 0 !important;
	}

	.vc_row-fluid > .vc_column_container > .wpb_wrapper > .wpb_call_to_action{
		width: 50% !important;
		border: 2.5px solid rgba(255, 0, 0, 0) !important;/* for Safari */
		background-clip: padding-box;/* for IE9+, Firefox 4+, Opera, Chrome */
		float: left !important;
	}
}

