/*
Theme Name: Divi-child
Description: 
Author: Nicolas HUET
Author URI: http://logistique-qual.eqiom.cloud
Template: Divi
Version: 1.0
*/

/*** Top bar Wordpress ***/
.hestia-top-bar {
background: #EDEFF0 !important;
color: #000 !important;
}
.hestia-top-bar a, .hestia-top-bar .top-bar-nav li a {
color: #000 !important;
}
.navbar .navbar-nav > li > a {
color: red !important;
}

/*** Sidebar Wordpress ***/
.learndash_navigation_lesson_topics_list .lesson a, .course_navigation a {
   font-size: 10px;
}



/*** Menu icons  ________________________________________________________________________________*/

.menu-accueil a:before {
	font-family: 'ETModules';
	content : "\e074";
	margin-right: 5px	;
}
.menu-compte a:before {
	font-family: 'ETModules';
	content : "\e08b";
	margin-right: 5px	;
}
.menu-formation a:before {
	font-family: 'ETModules';
	content : "\e108";
	margin-right: 5px	;
}
.menu-safety a:before {
	font-family: 'ETModules';
	content : "\73";
	margin-right: 5px	;
}
.menu-doc a:before {
	font-family: 'ETModules';
	content : "\69";
	margin-right: 5px	;
}
.menu-contact a:before {
	font-family: 'ETModules';
	content : "\6c";
	margin-right: 5px	;
}


/* MEMBERPRESS CORPORATE ACCOUNTS ________________________________________________________________________________*/
/* Account page nav buttons, and other buttons used by MemberPress
.mepr-submit, .button-primary, .mepr-active-nav-tab a {
    color: #ffffff!important;
    border-width: 10px!important;
    border-color: #7272ff;
    border-radius: 100px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700!important;
    text-transform: uppercase!important;
    padding-left: 2em;
    padding-right: 2em;
    background-color: #7272ff !important;
}*/
 
#mepr-account-nav {
    text-align: center;
}
 
.mepr-nav-item a, .mepr-payments a {
    background: #eeeeee;
    padding: 0.5em 1em;
  border-radius: 100px; 
}
/*styles form fields and text form field text*/
.mp_wrapper textarea, .mp_wrapper select, .mp_wrapper input[type=text], .mp_wrapper input[type=url], .mp_wrapper input[type=email], .mp_wrapper input[type=tel], .mp_wrapper input[type=number], .mp_wrapper input[type=password] {
    border: 1px solid rgba(71,74,182,0.12)!important;
    color: rgba(114,114,255,0.91)!important;
    padding: 12px 10px !important;
    background: #f8f8f8
}

/* plugin MEMBERPRES CORPORATE ACCOUNT ________________________________________________________________________________*/

/*Masquer Menu de la page Account */
.mepr-nav-item{display:none;}
/*.mepr-home{display:none;}
.mepr-subscriptions{display:none;}
.mepr-payments{display:none;}
.mepr-account-logout{display:none;}*/

/*Masquer champ 'Nom d'utilisateur existant' */
input[name="userdata[existing_login]"]{display: none !important;}

/* Masquer URL à envoyer aux comptes chauffeurs */
#mpca_signup_url{display:none;}


/* bouton 'Ajouter un compte'  */
#mpca-add-sub-user-btn, .mepr-submit, form[name="mepr_loginform"] input[type=submit], input[type=submit],
.mepr-submit, .button-primary, .mepr-active-nav-ta, 
#checkSingle {
	color: #ffffff !important;
	background-color: #428bca !important;
	border-color: #357ebd !important;
	display: inline-block !important;
	padding: 6px 12px !important;
	margin-bottom: 0 !important;
	font-size: 14px !important;
	line-height: 1.428571429 !important;
	text-align: center !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	white-space: nowrap !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	-o-user-select: none !important;
	user-select: none !important;
	border-width: 0px!important;
	font-weight: normal!important;
    text-transform: none!important;
}

/* Page de login */
#mpca-add-sub-user-btn:hover,#mpca-add-sub-user-btn:focus,#mpca-add-sub-user-btn:active,.mepr-submit:hover,.mepr-submit:focus,.mepr-submit:active,input[type=submit]:hover,input[type=submit]:focus,input[type=submit]:active{
	color: #ffffff !important;
	background-color: #3276b1 !important;
	border-color: #285e8e !important;
}
#mpca-add-sub-user-btn:active,.mepr-submit:active,input[type=submit]:active{
	background-image: none !important;
}

#mpca-add-sub-user-btn.disabled,#mpca-add-sub-user-btn[disabled],.mepr-submit.disabled,.mepr-submit[disabled],input[type=submit].disabled,input[type=submit][disabled]{
	background-color: #428bca !important;
	border-color: #357ebd !important;
}

/* texte couleur des champs input en gris au lieu de bleu */
.mp_wrapper textarea, .mp_wrapper select, .mp_wrapper input[type=text], .mp_wrapper input[type=url], .mp_wrapper input[type=email], .mp_wrapper input[type=tel], .mp_wrapper input[type=number], .mp_wrapper input[type=password] {
	color:#666 !important;
}

/* TAB PAGE DOCUMENTATION ________________________________________________________________________________*/

.et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls li, .et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls li a {
    text-transform: none !important;
    letter-spacing: 0px !important;
}

/*Active tab text colour*/
/*
.ds-advent-5 .et_pb_tab_active a {
    color: #2ea3f2 !important;
}*/

.ds-advent-5-content .pagination a {
    background: transparent;
    color: #FFCE06 !important;
}

.et_pb_tab_active a {
    color: #2ea3f2!important;
}





 