/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/

.text-white{
	color: #fff;
}

/* Design - Footer */
.textwidget{
	text-align:center;
}


/* Design Card "Nos Actions" */
.card-blue .vc_column-inner .wpb_wrapper .sliding_box .desc_wrapper{
	background: #069edb;
	padding: 15px 80px;
}
.card-green .vc_column-inner .wpb_wrapper .sliding_box .desc_wrapper,
.card-green .sliding_box .desc_wrapper{
	background: #a5c400;
	padding: 15px 60px;
}
.card-orange .vc_column-inner .wpb_wrapper .sliding_box .desc_wrapper{
	background: #EB6A27;
	padding: 15px 30px;
}

.style-simple .sliding_box .desc_wrapper:after{
	display: none!important;
}
.vcard.author.post-author {
	display: none;
}

.author-date .date .label {
	display: none;
}

.post-meta .category.meta-categories, .post-meta .category.mata-tags {
	display: none;
}

/* Couleur du texte dans l'action bar tout en haut de la page */
#Action_bar .contact_details li {
    color: rgba(255, 255, 255, 0.5);
}

#Action_bar .social li a,
#Action_bar .contact_details li a,
#Footer .footer_copy .social li a {
    color: rgba(255, 255, 255, 0.3);	
}

/* Correction marge pied de page */
#Footer {
	margin-top: -15px;
}