@font-face {
  font-family: 'Heavitas';
  src: url('https://www.act-energie.fr/wp-content/uploads/2025/07/Heavitas.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Styles pour le tableau d'administration AZTK Form */
.aztk-admin-table .widefat {
  border-collapse: collapse;
  width: 100%;
}

.aztk-admin-table .widefat th,
.aztk-admin-table .widefat td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.aztk-admin-table .widefat th {
  background-color: #f1f1f1;
  font-weight: bold;
}

.aztk-admin-table .widefat tr:hover {
  background-color: #f9f9f9;
}

/* Style pour la colonne "Est propriétaire" */
.aztk-admin-table .widefat td:nth-child(8) {
  text-align: center;
  font-weight: bold;
}

/* Styles pour les valeurs Oui/Non avec JavaScript */
.aztk-admin-table .widefat td.owner-yes {
  color: #28a745;
  font-weight: bold;
}

.aztk-admin-table .widefat td.owner-no {
  color: #dc3545;
  font-weight: bold;
}

.aztk-admin-table .widefat td.owner-unknown {
  color: #6c757d;
  font-style: italic;
}

/* Style pour la colonne des dates */
.aztk-admin-table .widefat td:last-child {
  font-family: 'Courier New', monospace;
  font-size: 0.9em;
  color: #495057;
  text-align: center;
}

@font-face {
  font-family: 'Futura';
  src: url('https://www.act-energie.com/wp-content/uploads/2025/07/Futura-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

#aztk-vue-form .bg-blue {
  background-color: #005075;
  color: white;
}

#aztk-vue-form .framing {
  height: 100dvh;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
}

#aztk-vue-form .container {
  height: 100vh;
  padding: 2.5rem 5rem;
  display: flex;
  flex-direction: column;
}

#aztk-vue-form .header {
  display: flex;
  gap: 5rem;
  align-items: center;
  flex: 1;
}

#aztk-vue-form .logo {
  height: 90px;
  width: 90px;
}

#aztk-vue-form .title-group {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

#aztk-vue-form .title {
  font-family: 'Futura', sans-serif;
  font-size: 1.4rem;
}

#aztk-vue-form .content {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
}

#aztk-vue-form .step-container {
  display: flex;
  align-items: start;
  flex-direction: row;
  gap: 10rem;
}

#aztk-vue-form .illustration {
  width: 400px;
  height: auto;
}

#aztk-vue-form .question {
  font-family: 'Heavitas', sans-serif;
  margin-bottom: 1.25rem;
  margin-top: 0rem;
  font-size: 1.313rem;
  line-height: 1.5;
}

#aztk-vue-form .bravo {
  font-family: 'Heavitas', sans-serif;
  margin-bottom: 1.25rem;
  font-size: 2.563rem;
  line-height: 1.5;
  margin-top: 0;
}

#aztk-vue-form .bravo-text {
  font-family: 'Futura', sans-serif;
  font-size: 1.125rem;
}

#aztk-vue-form .condition {
  font-family: 'Futura', sans-serif;
  font-size: 0.688rem;
  text-transform: none;
}

#aztk-vue-form .container-bravo {
  display: flex;
  gap: 120px;
  flex-direction: row;
}

#aztk-vue-form .w-50 {
  width: 50%;
}

#aztk-vue-form .no-margin {
  margin-bottom: 0 !important;
}

#aztk-vue-form .highlight {
  color: #FBC10D;
}

#aztk-vue-form .button {
  background-color: white;
  color: #005075;
  padding: 0.75rem 2rem 0.5rem;
  border-radius: 9999px;
  border: none;
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
  font-family: 'Heavitas', sans-serif;
  font-size: 1.313rem;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: fit-content;
}

#aztk-vue-form .button-yellow {
  background-color: #FBC10D;
  color: #005075;
  padding: 0.75rem 2rem 0.5rem;
  border-radius: 9999px;
  border: none;
  margin-right: 0rem;
  margin-bottom: 1.5rem;
  font-family: 'Heavitas', sans-serif;
  font-size: 1.313rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: fit-content;
}


#aztk-vue-form .button:hover {
  background-color: #FBC10D;
}

#aztk-vue-form .button-yellow:hover {
  background-color: white;
}


#aztk-vue-form .active {
  background-color: #FBC10D;
}

#aztk-vue-form .message {
  margin-top: 2.5rem;
}

#aztk-vue-form .warning {
  color: #FBC10D;
  max-width: 570px;
  font-family: 'Futura', sans-serif;
  font-size: 1.125rem;
  margin: 0;
}

#aztk-vue-form .paragraph {
  margin-bottom: 1rem;
  margin-top: 0rem;
  font-family: 'Futura', sans-serif;
  font-size: 1.125rem;
}

#aztk-vue-form .mb-10 {
  margin-bottom: 2rem;
}

#aztk-vue-form .information {
  font-family: 'Futura', sans-serif;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  margin-top: 0px;
}

#aztk-vue-form .flex-1 {
  flex: 1 1 0%;
}

#aztk-vue-form .back {
  display: flex;
  gap: 2rem;
  align-items: center;
  cursor: pointer;
}

#aztk-vue-form .h-80 {
  min-height: 80px;
}

#aztk-vue-form .mt-50 {
  margin-top: 50px;
}


#aztk-vue-form .fade-slide-enter-active,
#aztk-vue-form .fade-slide-leave-active {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

#aztk-vue-form .fade-slide-enter-from,
#aztk-vue-form .fade-slide-leave-to {
  opacity: 0;
  transform: translateY(20px);
}

#aztk-vue-form .fade-slide-enter-to,
#aztk-vue-form .fade-slide-leave-from {
  opacity: 1;
  transform: translateY(0);
}

#aztk-vue-form .relative {
  position: relative;
}

#aztk-vue-form .absolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#aztk-vue-form .fade-scale-enter-active {
  transition: all 0.4s ease-out;
}

#aztk-vue-form .fade-scale-leave-active {
  transition: all 0.3s ease-in;
}

#aztk-vue-form .fade-scale-enter-from,
#aztk-vue-form .fade-scale-leave-to {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center center;
}

#aztk-vue-form .fade-scale-enter-to,
#aztk-vue-form .fade-scale-leave-from {
  opacity: 1;
  transform: scale(1);
  transform-origin: center center;
}

#aztk-vue-form :disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

#aztk-vue-form .custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 360px;
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
}

#aztk-vue-form .custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  box-shadow: none;
  background-color: white;
  color: #005075;
  padding: 0.75rem 2rem 0.5rem;
  border-radius: 9999px;
  border: none;
  font-family: 'Heavitas', sans-serif;
  font-size: 1.313rem;
  cursor: pointer;
}

#aztk-vue-form .custom-select:focus {
  outline: none;
  box-shadow: none;
}

#aztk-vue-form .custom-select-wrapper::after {
  content: '';
  position: absolute;
  right: 1.5rem;
  top: 40%;
  width: 16px;
  height: 16px;
  background-image: url('https://www.act-energie.fr/wp-content/uploads/2025/07/arrow-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}

#aztk-vue-form .radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1.5rem;
}


#aztk-vue-form .radio-option {
  position: relative;
  display: flex;
  align-items: center;
  font-family: 'Heavitas', sans-serif;
  font-size: 1.313rem;
  cursor: pointer;
  text-transform: uppercase;
  color: white;
}

#aztk-vue-form .radio-option input[type="radio"] {
  opacity: 0;
  position: absolute;
}

#aztk-vue-form .custom-radio {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 5px solid white;
  background-color: white;
  margin-right: 12px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s ease;
  margin-bottom: 5px;
}

/* petit rond intérieur quand sélectionné */
.radio-option input[type="radio"]:checked+.custom-radio::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  background: #F7B500;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

#aztk-vue-form .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1.5rem;
}

#aztk-vue-form .checkbox-option {
  position: relative;
  display: flex;
  align-items: center;
  font-family: 'Heavitas', sans-serif;
  font-size: 1.313rem;
  cursor: pointer;
  text-transform: uppercase;
  color: white;
}

#aztk-vue-form .checkbox-option input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

#aztk-vue-form .custom-check {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: 5px solid white;
  background-color: white;
  margin-right: 12px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s ease;
  margin-bottom: 5px;
}

.checkbox-option input[type="checkbox"]:checked+.custom-check::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  background: #F7B500;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}

#aztk-vue-form .condition-option {
  position: relative;
  display: flex;
  align-items: center;
  font-family: 'Futura', sans-serif;
  font-size: 0.688rem;
  cursor: pointer;
  color: white;
  margin-bottom: 1.5rem;
}

#aztk-vue-form .condition-option input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.condition-option input[type="checkbox"]:checked+.condition-check::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  background: #F7B500;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}

.condition-check {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: 5px solid white;
  background-color: white;
  margin-right: 12px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s ease;
  margin-bottom: 0px;
}

#aztk-vue-form .form-final {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto;
}

#aztk-vue-form .form-input {
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 0.75rem;
  font-family: 'Heavitas', sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  border: none;
  border-radius: 999px;
  background: white;
  color: #005075;
}

#aztk-vue-form .form-input::placeholder {
  color: #4A7A94;
  opacity: 1;
}

#aztk-vue-form .form-consent {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: white;
  gap: 0.5rem;
  cursor: pointer;
}

#aztk-vue-form .form-consent input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

#aztk-vue-form .form-consent input[type="checkbox"]:checked+#aztk-vue-form .custom-check::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  background: #F7B500;
  border-radius: 2px;
}

#aztk-vue-form .submit-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#aztk-vue-form .w-container {
  width: auto;
}



@media screen and (max-width: 1079px) {
  #aztk-vue-form .content {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%;
  }


  #aztk-vue-form .header {
      display: flex;
      gap: 1rem;
      align-items: center;
      flex: 1;
      height: fit-content;
  }

  #aztk-vue-form .container-question {
      width: 100%;
  }

  #aztk-vue-form .step-container {
      flex-direction: column;
      align-items: center;
      gap: 2rem;
      width: 100%;
  }

  #aztk-vue-form .framing {
      min-height: 100dvh;
      height: 100%;
      padding: 3rem;
      display: block;
  }

  #aztk-vue-form .w-container {
      width: 100%;
  }

  #aztk-vue-form .container-illustration {
      width: 80%;
      margin: 0 auto;
      display: block;
      max-width: 400px;
      height: auto;
  }


  #aztk-vue-form .question {
      font-size: 1.15rem;
  }

  #aztk-vue-form .radio-option {
      font-size: 1.15rem;
  }

  #aztk-vue-form .form-input {
      font-size: 1.15rem;
  }

  #aztk-vue-form .checkbox-option {
      font-size: 1.15rem;
  }

  #aztk-vue-form .button {
      font-size: 1.15rem;
      margin-right: 1rem;
  }

  #aztk-vue-form .title {
      font-size: 1rem;
  }

  #aztk-vue-form .custom-select-wrapper {
      position: relative;
      display: inline-block;
      width: 100%;
      margin-right: 2.5rem;
      margin-bottom: 1.5rem;
      max-width: 500px;
  }

  #aztk-vue-form .custom-select {
      font-size: 1.15rem;
  }

  #aztk-vue-form .warning {
      transform: translateY(-40px);
  }

  #aztk-vue-form .h-80 {
      margin-top: 20px;
  }

  #aztk-vue-form .bravo {
      font-size: 1.25rem;
  }

  #aztk-vue-form .bravo-text {
      font-size: 1rem;
      line-height: 1.7;
  }

  #aztk-vue-form .container-bravo {
      flex-direction: column;
      gap: 5rem;
  }


  #aztk-vue-form .w-50 {
      width: 100%;
  }

  #aztk-vue-form .button-yellow {
      width: 100%;
  }


}

@media (max-width: 768px) {
  #aztk-vue-form .framing {
      padding: 1rem;
      padding-bottom: 3rem;
  }

  #aztk-vue-form .button {
      width: 100%;
      text-align: center;
      margin-right: 0;
  }

  #aztk-vue-form .custom-select-wrapper {
      margin-right: 0rem;
      max-width: 500px;
  }

  #aztk-vue-form .condition-option {
      align-items: flex-start;
  }
}