/*
Theme Name: Mitech Child
Theme URI: http://mitech.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: mitech
Text Domain:  mitech-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.blue {
    color:#0099ff;
}

/*Fil d'ariane*/
.insight_core_breadcrumb li:last-child{
    font-weight:bold;
}

/*Menu burger*/
#header-right-more {
    display:none;
}

/*Sous menu*/
.sm-simple .sub-menu a {
    color:#505050!important;
}

/*Footer*/
.copyright-footer .heading a {
    font-weight:bold!important;
}

/*****************************
*********ESPACE MEMBRE********
*****************************/

/*Formulaire dépôt de fichier*/
.download-button {
	position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.23;
    background: #fff;
    padding: 18px 30px;
    border: 1px solid #ededed;
    color: #333333;
    border-radius: 5px;
    text-shadow:none;
    box-shadow: none;
}
.download-button:hover {
	background-color: #ff6634;
    background-image: -webkit-linear-gradient(#ff6634,#f96b3c);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
}
.form-upload input {
    margin-bottom:15px;
    margin-top:15px;
}

/*Supprimer le bloc adhésions/facturation*/
#pmpro_account #pmpro_account-membership {
    display: none;
}
/*Supprimer factures*/
#pmpro_account #pmpro_account-invoices {
    display:none;
}
/*Design bloc mon compte*/
#pmpro_account .pmpro_box {
    text-align:center;
    border-top: 0px;
    margin: 0em 0;
    padding: 0em 0;
    color:#fff;
}
#pmpro_account .pmpro_box ul {
    list-style:none;
    padding-inline-start:0px;
}    
#pmpro_account .pmpro_box h3 {
    color:#fff;
}
#pmpro_account .pmpro_box a {
    color:#fff;
}

/*Supprimer le bouton "adhérer"*/
.pmpro_content_message a, .pmpro_content_message a:link {
    display:none;
}


/*404*/
.error404 .error-404-title {
    color: #0099ff;
}


/*reCaptcha le cacher sauf page contact et page d'accueil*/
body:not(.page-id-101):not(.page-id-899) .grecaptcha-badge {
	display: none;
}