/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/* Général */

body.learnpress-page  {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif ;
}







/* ------------------------------------------------------->   Page connexion-inscription */



.page-id-484 h1.lp-content-area {display: none;}
p.lp-checkout-sign-up-link {
    padding: 10px;
    border: 1px solid #c3c3dc;
    margin-top: 40px !important;
    display: block !important;
    color: #000000 !important;
    font-weight: 700 !important;
    background-color: #F3F3F9;
    border-radius: 7px;
    box-shadow: 5px 5px 5px #F3F3F9;
}


.lp-checkout-form__after {
    padding: 25px !important;
    border: 1px solid #ccc !important;
    border-radius: 10px !important;
}

p.lp-checkout-sign-up-link a label {text-decoration: underline !important;}
textarea.order-comments {display: none;}
#checkout-account-login{border: none !important; margin-bottom: 0 !important;}
.lp-checkout-order__inner {background-color: #efefef;}
p.lp-checkout-sign-up-link a {    color: #2563EB !important;font-size: 18px;font-weight: bold !important;}



/* les deux formulaire face a face  */


.learn-press-form-login.learn-press-form, .learn-press-form-register.learn-press-form {
    margin: 15px !important;
}


/* conxion */
.learn-press-form-login.learn-press-form button {
    border: none;
    margin-top: 10px;
}
.learn-press-form-login.learn-press-form p a {
    color: #000;
    margin-top: 15px !important;
    display: inline-block;
}


/*inscription*/ 
.learn-press-form-register.learn-press-form button {
    border: none;
    margin-top: 10px;
}





/*                 Les page pour le profil          */

li.learn-press-tabs__item.cover-image, li.learn-press-tabs__item.avatar, ul.profile-tab-sections li.avatar, ul.profile-tab-sections li.cover-image {
    display: none !important;
}


/* 1 - La page Mes Commandes */
button.lp-button.button-recover-order, button.lp-button {
    background-color: #2563EB !important;
    color: #fff !important;
}




/* 2 - la page parammetre ->  général  */

li.form-field.form-field__bio.form-field__clear, 
li.form-field.form-field__profile-social.form-field__50.form-field__facebook,
li.form-field.form-field__profile-social.form-field__50.form-field__twitter,
li.form-field.form-field__profile-social.form-field__50.form-field__youtube,
li.form-field.form-field__profile-social.form-field__50.form-field__linkedin { display: none !important;}







/* ne pas affiché  */

/*page single   :   .lp-section-instructor,.lp-single-course-info-one .info-meta-item:nth-child(1), .info-meta-item:nth-child(3), .info-meta-item:nth-child(4)   */

/*page profile :  .wrapper-profile-header.wrap-fullwidth, .lp-wrap-btn-view-course-students */

.courses-order-by, .course-instructor-category, .meta-item.meta-item-student, .search-courses, .lp-section-instructor, 
.lp-single-course-info-one, .info-meta-item:nth-child(1), .info-meta-item:nth-child(3), .info-meta-item:nth-child(4), 
.lp-wrap-btn-view-course-students {
  display: none !important;
}


.lp-user-profile .lp-profile-nav-tabs > li.has-child > a:after {content: "\f0d9" !important;}




/* Pages Cours */
.wrapper-profile-header.wrap-fullwidth {display: none !important;}
.meta-item.meta-item-quiz, .meta-item.meta-item-duration {display: none !important;}


/* page single cours --> dars  */



#popup-footer .course-item-nav .prev a, #popup-footer .course-item-nav .next a {color: #0F172A !important;}
#popup-footer .course-item-nav .next::before {content: "\f0d9" !important; color: #2563EB;}
#popup-footer .prev::before {content: "\f0da" !important; color: #2563EB;}


#popup-footer .course-item-nav__name {
    color: #2563EB !important;
    background: #e6e6e6 !important;
}


@media (min-width: 992px) {
    .lp-single-course .lp-single-course-main__right {margin-top: -100px !important;}
}














