



.member-layout {
    display: flex;
    gap: 1em;
}


.member-menu {
    width: auto; 
    margin-left:1em; 
}


.member-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;  
     
}

.member-menu ul.top-menu{
      min-height: 50vh;
}

.member-menu li {
    margin-top: 0.5em;    
     margin-bottom: 0.5em;   
    /* border: 1px solid #3a533f; */
}


.member-menu li a img{
  width: 50px;
  width: 50px;
}

.member-menu li.menu-title{
    padding-top: 1em;
}
.member-menu li.menu-title b{
    padding-left: 0.5em;
}

.member-menu a, .member-menu span {
    display: block;
    /*padding: 4px 6px;
    text-decoration: none;
    background-color: #37503C!important;
    text-decoration: none;
    color: white!important;
    border-radius: 8px;*/
    background-color: none!important;
}

.member-menu a:hover {
    
    text-decoration: none;
}

.member-content{
    width: 100%;
    border-left: 1px solid #3a533f;    
    padding: 0.5em;
    padding-left: 1em;
    
}

.member-content .alignfull,
.member-content .wp-block.alignfull,
.member-content .alignwide,
.member-content .wp-block.alignwide {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.dashboard-divider {
  height: 1px;
  background: #e3e3e3;
  margin: 2.4rem 0;
}

.dashboard-divider-without-line {
  height: 0;
  margin: 2.4rem 0;
}

.btn-center {
  display: block;
  width: fit-content;
  margin: 2.4rem auto 0;
}

.member-page-content .member-latest-posts + .member-latest-posts {
  margin-top: 3em;
}

.member-page-content .member-latest-posts {
  margin-bottom: 3em;
}


.course-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.course-item {
  margin-bottom: 20px;
  
}

.course-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  position: relative;
}

.course-text {
  flex: 1;
  margin-bottom: 2em;
}

.course-title {
  margin: 0 0 10px;
  font-size: 20px;
}

.course-desc {
  margin: 0 0 15px;
  line-height: 1.4;
}

.course-btn {
  display: inline-block;
  padding: 10px 16px;
  background: #2a7fff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.course-btn:hover {
  background: #1f63c7;
}

.latest-plants-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

.latest-articles-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

@media (max-width: 1003px) {
  .latest-plants-list,
  .latest-articles-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.latest-articles-list .article-preview {
  width: 100%;
  margin: 0;
  padding: .8rem;
  display: flex;
  flex-direction: column;
  border-radius: 1.6rem;
  text-decoration: none;
  color: inherit;
}


.latest-plants-list .plant-preview .latin {
  margin-bottom: 0;
}

.course-image {
  flex-shrink: 0;
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 6px;
}

.course-image img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
}

.course-content .btn{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1em;
    border-radius: 8px;
    margin-bottom: 1em;
    margin-right: 1em;
}

#fct-customer-dashboard-navs-wrap{
    display: none;
}




.custom-login-form input[type=checkbox]{
    display: inline;
}

.custom-login-form .loginform {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-family: inherit;
}

.custom-login-form .loginform h1, .register form h1 {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 600;
}

.custom-login-form .loginform p {
  margin-bottom: 18px;
}

.custom-login-form .loginform label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
}

.custom-login-form .loginform input[type="text"],
.custom-login-form .loginform input[type="password"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
  transition: border 0.2s, box-shadow 0.2s;
}

.custom-login-form .loginform input:focus {
  border-color: #37503C;
  outline: none;
  box-shadow: 0 0 0 3px rgba(#37503C,0.15);
}

.custom-login-form .login-remember {
  font-size: 14px;
}

.custom-login-form .login-submit {
  margin-top: 10px;
}

.custom-login-form .login-submit button {
  width: 100%;
  padding: 12px;
  background: #37503C;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}

.custom-login-form .login-submit button:hover {
  background: #37503C;
}

.custom-login-form .login-submit button:disabled,
.custom-login-form .login-submit button.is-loading {
  opacity: 0.75;
  cursor: wait;
}

.custom-login-form #login-message {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}

.custom-login-form #login-message.error {
  color: #d93025;
}

.custom-login-form #login-message.success {
  color: #1a7f37;
}

.custom-login-form .member-auth-title {
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  margin: 8px 0 20px;
  color: #1d3a32;
}

/* Fluent Auth shortcode forms inside member page */
/*
  .custom-login-form #fls_login_form,
  .custom-login-form .fls_registration_wrapper,
  .custom-login-form .fls_reset_pass_wrapper,
  .custom-login-form #fls_magic_login {
  max-width: 420px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  font-family: system-ui, sans-serif;
}
*/

.custom-login-form #fls_login_form h3,
.custom-login-form #fls_login_form h2,
.custom-login-form #fls_login_form h1,
.custom-login-form .fls_registration_wrapper h3,
.custom-login-form .fls_reset_pass_wrapper h3,
.custom-login-form #fls_magic_login h3 {
  text-align: center;
  margin: 0 0 22px;
  font-size: 36px;
  line-height: 1.15;
  color: #1d3a32;
}

.custom-login-form #fls_login_form p,
.custom-login-form .fls_registration_wrapper p,
.custom-login-form .fls_reset_pass_wrapper p,
.custom-login-form #fls_magic_login p {
 /* max-width: 420px;
}

.custom-login-form #fls_login_form label,
.custom-login-form .fls_registration_wrapper label,
.custom-login-form .fls_reset_pass_wrapper label,
  font-family: system-ui, sans-serif;*/
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
}

.custom-login-form #fls_login_form input[type="text"],
.custom-login-form #fls_login_form input[type="email"],
.custom-login-form #fls_login_form input[type="password"],
.custom-login-form .fls_registration_wrapper input[type="text"],
.custom-login-form .fls_registration_wrapper input[type="email"],
.custom-login-form .fls_registration_wrapper input[type="password"],
.custom-login-form .fls_reset_pass_wrapper input[type="text"],
.custom-login-form .fls_reset_pass_wrapper input[type="email"],
.custom-login-form .fls_reset_pass_wrapper input[type="password"],
.custom-login-form #fls_magic_login input[type="text"],
.custom-login-form #fls_magic_login input[type="email"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #5a5a5a;
  font-size: 15px;
  color: #444;
  box-sizing: border-box;
}

.custom-login-form #fls_login_form input:focus,
.custom-login-form .fls_registration_wrapper input:focus,
.custom-login-form .fls_reset_pass_wrapper input:focus,
.custom-login-form #fls_magic_login input:focus {
  border-color: #37503c;
  outline: none;
  box-shadow: 0 0 0 3px rgba(55, 80, 60, 0.15);
}

.custom-login-form #fls_login_form .button,
.custom-login-form .fls_registration_wrapper button,
.custom-login-form .fls_reset_pass_wrapper button,
.custom-login-form #fls_magic_login .button {
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 6px;
  background: #37503c;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.custom-login-form .fls_registration_wrapper #fls_submit,
.custom-login-form .fls_reset_pass_wrapper #fls_reset_pass,
.custom-login-form #fls_login_form #wp-submit,
.custom-login-form #fls_magic_login #fls_magic_submit {
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 6px;
  background: #37503c;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.custom-login-form .fls_registration_wrapper #fls_verification_submit {
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 6px;
  background: #37503c !important;
  border-color: #37503c !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.custom-login-form .fls_registration_wrapper #fls_submit,
.custom-login-form .fls_reset_pass_wrapper #fls_reset_pass {
  background: #37503c !important;
  border-color: #37503c !important;
  color: #fff !important;
}

.custom-login-form #fls_login_form .button:hover,
.custom-login-form .fls_registration_wrapper button:hover,
.custom-login-form .fls_reset_pass_wrapper button:hover,
.custom-login-form #fls_magic_login .button:hover {
  background: #2f4635;
}

.custom-login-form .fls_registration_wrapper #fls_submit:hover,
.custom-login-form .fls_reset_pass_wrapper #fls_reset_pass:hover,
.custom-login-form #fls_login_form #wp-submit:hover,
.custom-login-form #fls_magic_login #fls_magic_submit:hover {
  background: #2f4635;
}

.custom-login-form .fls_registration_wrapper #fls_verification_submit:hover {
  background: #2f4635 !important;
  border-color: #2f4635 !important;
}

.custom-login-form .fls_signup_verification .fls_2fa_instruction {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.45;
  color: #2f3d4a;
}

.custom-login-form .fls_registration_wrapper #fls_submit:hover,
.custom-login-form .fls_reset_pass_wrapper #fls_reset_pass:hover {
  background: #2f4635 !important;
  border-color: #2f4635 !important;
}

.custom-login-form #fls_login_form .login-remember label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.custom-login-form #fls_login_form a,
.custom-login-form .fls_registration_wrapper a,
.custom-login-form .fls_reset_pass_wrapper a,
.custom-login-form #fls_magic_login a {
  color: #1f66f2;
}

.custom-login-form .login_magic_success {
  text-align: center;
  padding: 8px 0 4px;
}

.custom-login-form .login_magic_success .login_success_icon img {
  display: block;
  width: 56px;
  margin: 0 auto 14px;
}

.custom-login-form .login_magic_success .login_success_heading h3 {
  margin: 0 0 12px;
  font-size: 38px;
  line-height: 1.05;
  color: #1d3a32;
}

.custom-login-form .login_magic_success .login_success_message p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: #2f3d4a;
}

/* Match Fluent Auth signup card to fluentform_wrapper_3 look & spacing */
.custom-login-form .fls_registration_wrapper {
  max-width: 420px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  font-family: system-ui, sans-serif;
}

.tab-content.register .fls_registration_wrapper {
  max-width: 420px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  font-family: system-ui, sans-serif;
}

.custom-login-form .fls_registration_wrapper .fls_registration_form .fls_field_group {
  margin-bottom: 18px;
}

.tab-content.register .fls_registration_wrapper .fls_registration_form .fls_field_group {
  margin-bottom: 18px;
}

.custom-login-form .fls_registration_wrapper label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
}

.tab-content.register .fls_registration_wrapper label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
}

.custom-login-form .fls_registration_wrapper input[type="text"],
.custom-login-form .fls_registration_wrapper input[type="email"],
.custom-login-form .fls_registration_wrapper input[type="password"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
  color: #444;
  box-sizing: border-box;
  transition: border 0.2s, box-shadow 0.2s;
}

.tab-content.register .fls_registration_wrapper input[type="text"],
.tab-content.register .fls_registration_wrapper input[type="email"],
.tab-content.register .fls_registration_wrapper input[type="password"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
  color: #444;
  box-sizing: border-box;
  transition: border 0.2s, box-shadow 0.2s;
}

.tab-content.register .fls_registration_wrapper input:focus {
  border-color: #37503c;
  outline: none;
  box-shadow: 0 0 0 3px rgba(55, 80, 60, 0.15);
}

.tab-content.register .fls_registration_wrapper #fls_submit,
.tab-content.register .fls_registration_wrapper #fls_verification_submit {
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 6px;
  background: #37503c !important;
  border-color: #37503c !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.tab-content.register .fls_registration_wrapper #fls_submit:hover,
.tab-content.register .fls_registration_wrapper #fls_verification_submit:hover {
  background: #2f4635 !important;
  border-color: #2f4635 !important;
}



.fluentform_wrapper_3, .fluentform_wrapper_33, .fluentform_wrapper_34, .pcd-reset-password-container {
  max-width: 420px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  font-family: system-ui, sans-serif;
}

.fluentform_wrapper_3 .ff-el-group, .fluentform_wrapper_33 .ff-el-group, .fluentform_wrapper_34 .ff-el-group {
  margin-bottom: 18px;
}

.fluentform_wrapper_3 label, .fluentform_wrapper_33 label, .fluentform_wrapper_34 label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
}

.fluentform_wrapper_3 .ff-el-form-control, .fluentform_wrapper_33 .ff-el-form-control, .fluentform_wrapper_34 .ff-el-form-control {
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
  transition: border 0.2s, box-shadow 0.2s;
}

.fluentform_wrapper_3 .ff-el-form-control:focus, .fluentform_wrapper_33 .ff-el-form-control:focus, .fluentform_wrapper_34 .ff-el-form-control:focus {
  border-color: #37503C;
  outline: none;
  box-shadow: 0 0 0 3px rgba(#37503C,0.15);
}

.fluentform_wrapper_3 .ff-t-container, .fluentform_wrapper_33 .ff-t-container, .fluentform_wrapper_34 .ff-t-container {
  display: flex;
  gap: 15px;
}

.fluentform_wrapper_3 .ff-t-cell, .fluentform_wrapper_33 .ff-t-cell, .fluentform_wrapper_34 .ff-t-cell {
  flex: 1;
}

.fluentform_wrapper_3 .ff_submit_btn_wrapper, .fluentform_wrapper_33 .ff_submit_btn_wrapper, .fluentform_wrapper_34 .ff_submit_btn_wrapper {
  margin-top: 10px;
}

.fluentform_wrapper_3 .ff-btn-submit, .fluentform_wrapper_33 .ff-btn-submit, .fluentform_wrapper_34 .ff-btn-submit, .pcd-reset-password-container button {
  width: 100%;
  padding: 12px;
  background: #37503C;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}

.fluentform_wrapper_3 .ff-btn-submit:hover, .fluentform_wrapper_33 .ff-btn-submit:hover, .fluentform_wrapper_34 .ff-btn-submit:hover {
  background: #37503C;
}

.fluentform_wrapper_3 .ff-errors-in-stack, .fluentform_wrapper_33 .ff-errors-in-stack, .fluentform_wrapper_34 .ff-errors-in-stack {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  color: #d93025;
}

.fluentform_wrapper_3 button.ff-btn-submit, .fluentform_wrapper_33 button.ff-btn-submit, .fluentform_wrapper_34 button.ff-btn-submit{
  background: #37503C!important;
  color:white!important;
}

.pcd-reset-password-container .ff-el-help-message {
  margin: 4px 0 14px;
  padding: 12px 14px;
  background: #f5faf7;
  border: 1px solid #dce9df;
  border-radius: 8px;
  color: #234132;
}

.pcd-reset-password-container .ff-el-help-message strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.pcd-reset-password-container .pcd-password-rules {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pcd-reset-password-container .pcd-password-rules li {
  position: relative;
  padding-left: 22px;
  margin: 6px 0;
  line-height: 1.35;
  color: #6b7280;
}

.pcd-reset-password-container .pcd-password-rules li::before {
  content: '○';
  position: absolute;
  left: 0;
  top: 0;
  color: #9ca3af;
  font-weight: 700;
}

.pcd-reset-password-container .pcd-password-rules li.is-valid {
  color: #2b7a4b;
}

.pcd-reset-password-container .pcd-password-rules li.is-valid::before {
  content: '✓';
  color: #2b7a4b;
}

.pcd-reset-password-container .ff-errors-in-stack {
  text-align: left;
  margin-top: 8px;
  margin-bottom: 10px;
}

.pcd-reset-password-container .ff-btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.member-title{
  display: flex;
  align-items: center;   /* centrage vertical */
  margin-bottom: 1em;
}


.member-title img{
    width: 5em;
    height: 5em;
    margin-right: 1em;    
}

.member-title-info{
    display: flex;
    flex-direction: column;
    color:#37503C
}

.member-title-info h2, .member-title-info p{
  margin-bottom: 0;
}

.member-title-info p a {
  color: #37503C;
  text-decoration-color: #37503C;
  text-decoration-thickness: 0;
  text-decoration-style: dotted;
  text-underline-offset: 0.2em;
}


.search-choice-inner .thumb{
  margin:auto;
  margin-bottom: 1em;
}

.search-choose .section-inner{
    display: flex;
    flex-direction: column;
    gap: 6em;
}

@media (min-width: 1004px) {
  .search-choose .section-inner{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.4em;
  }
  .search-choose .search-choice{
    width: calc(50% - 1.2em);
  }
}

#search-words-form fieldset{
margin: auto;

}

.search-choose .search-choice-inner{
  text-align: center;
}

.search-by-steps .thumb {
  content: url(img/search-landing-steps.png);
  margin-bottom: 1em;
}








@media (max-width: 850px) {
  .member-page-content .course-item .course-image{
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 750px) {
  .member-page-content .course-item .btn-cours{
    position: relative;
  }
}

@media (max-width: 650px) {

  .page-content{
    padding-top:0.5em;
  }

  .section-inner{
    padding:0 0.2em
  }

  .member-layout{
    gap: 0.5em
  }

  .member-page-content .course-content{
    flex-direction: column;
  }
 .member-page-content .course-image{
    margin: auto;
  }

  .member-layout{
    padding-left: 0.5em;
    font-size: 0.75em;
  }

  .member-menu li a img{
    width: 30px;
    height: 30px;
  }


  
}








.member-content .tabs-account .tabs-head {
  display: flex;
}

/* Tous les onglets */
.member-content .tabs-account .tabs-head a {
  text-decoration: none;
  font-size: 1em;
  color: #666;
  background: #f4f4f4;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ddd; /* trait sous inactifs */
  border-radius: 6px 6px 0 0;
  margin-right: 4px;
}

/* Hover */
.tabs-account .tabs-head a:hover {
  background: #eaeaea;
  color: #333;
}

/* Onglet actif */
.tabs-account .tabs-head a.active {
  background: #fff;
  color: #000;
  border-bottom: none; /* pas de trait */
  position: relative;
  z-index: 2;
}

/* Corps */
.tabs-account .tabs-body {
  border: 1px solid #ddd;
  border-top: 1px solid #ddd; /* vraie ligne en haut */
  margin-top: -1px; /* remonte pour coller à l’onglet actif */
  padding: 20px;
  background: #fff;
}






@media (max-width: 1003px) {
    .member-layout .member-menu{
      display: none;
    }

    .member-content{
      border-left: none;

    }
  }






  .member-premium-notice, .member-premium-notice a{
    color: #37503C;
  }

  .member-premium-notice a{
    color: #37503C!important;
    text-decoration: underline !important;
  }