/*
 Theme Name:   Ecogreen Child
 Theme URI:    https://example.com/ecogreen-child/
 Description:  Child theme for the Ecogreen theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     ecogreen
 Version:      1.0.0
*/

/* You can add your custom CSS below */

.erreur {
    color: #e60200;
    font-weight: bold;
}

.success {
    color: #2e7d32;
    font-weight: bold;
}

.hidden{
  display:none
}

.btn-main-color{
    position: relative !important;
    background: var(--thm-base) !important;
    font-size: 14px !important;
    border-radius: 25px !important;
    color: var(--ecogreen-white) !important;
    border: 1px solid var(--thm-base) !important;
    font-weight: 700 !important;
    display: inline-block !important;
    padding: 0 27px !important;
    line-height: 38px !important;
    transition: all .5s 
    cubic-bezier(0.4, 0, 1, 1) !important;
}

.btn-main-color:hover{
    background: transparent !important;
    color: var(--thm-base) !important;
    transition: all .5s 
    cubic-bezier(0.4, 0, 1, 1) !important;
}

.custom-from  span.password-input{
    position: unset !important;
}

.custom-from button.show-password-input{
    top: 55px !important;
}

.custom-from .form_div:has(.show-password-input){
    position: relative !important;
}

.custom-from  .form-action{
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-from .woocommerce-LostPassword a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    text-align: center;
    color: #004d40 !important;
    font-family: var(--thm-font) !important;
}
 
.custom-from .woocommerce-form__input-checkbox{
    height: fit-content;
    margin: 0;
}

.rapport-container {
  display: grid;
  gap: 16px;
}

.rapport-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 16px;
}

.rapport-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.rapport-preview {
  margin-bottom: 12px;
}

.rapport-thumb {
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid #eee;
  border-radius: 6px;
}

.rapport-thumb--icon,
.rapport-thumb--placeholder {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background: #f6f7f8;
  border-radius: 8px;
}

.rapport-embed-wrap {
  position: relative;
  width: 100%;
  height: 420px; /* ajuste si besoin */
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  background: #fafafa;
}

.rapport-embed {
  width: 100%;
  height: 100%;
  border: none;
}

.rapport-files {
  display: flex;
  gap: 10px;
}

.btn-secondary, .btn-download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.btn-secondary {
  background: #eef6f3;
  color: #0e6c52;
}

.btn-download {
  background: #007a63;
  color: #fff;
}

.question-note{
  margin: 6px 0 14px;
  color:#6a7c75;
  font-size:14px;
  line-height:1.45;
  font-style: italic;
}
