:root {
  --gv-blue2: #377579;
  --gv-blue1: #005155;
  --gv-yellow: #f4c95d;
  --gv-grey: #6b7280;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.snackbar-error {
  background-color: #e53935;
  color: #fff;
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section-footer {
  background-color: var(--gv-yellow);
  color: var(--gv-blue1);
}

.footer-container {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer-item {
  display: flex;
}

.link-footer {
  margin: 5px;
}

.link-footer a {
  color: var(--gv-blue1);
}

.link-footer i {
  margin-right: 10px;
  margin-right: 20px;
}

.brand {
  background-image: url("../assets/images/Group-3.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 300px;
  height: 100px;
}

.body {
  background-image: url("../assets/images/Background-GENAVOICE.png");
  background-position: 0 0;
  background-size: auto;
}

.cgv {
  padding: 30px;
  color: var(--gv-blue1);
}

.cgv h2 {
  font-size: 20px;
}

.cgv h1 {
  font-size: 30px;
}

.cgvbrand {
  height: 80px;
}

.section-footer-cgv a {
  color: var(--gv-blue1);
}

.content-cgv a {
  color: var(--gv-blue1);
}

.content-cgv {
  padding: 0 50px;
}

.container-nav-cgv {
  justify-content: center;
  display: flex;
  gap: 20px;
  margin: 50px;
  background-color: var(--gv-yellow);
  border-radius: 20px;
  padding: 20px;
  flex-direction: row;
}

.section-footer-cgv {
  background-color: var(--gv-yellow);
  color: var(--gv-blue1);
  border-radius: 20px;
  padding: 20px;
  margin-top: 20px
}

.navbar {
  background-color: var(--gv-yellow);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: fixed;
  z-index: 98;
}

.section-hero {
  background-image: url("../assets/images/Ellipse-2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 99px;
}

.section-generateur {
  width: 100%;
  height: 100vh;
  margin-top: 150px;
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #ffff !important;
  border-radius: 20px;
}

.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label {
  color: var(--gv-blue1) !important;
}

.mdc-text-field--filled.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input {
  caret-color: var(--gv-blue1) !important;
}

.mat-mdc-raised-button:not(:disabled) {
  margin: 10px;
  border-radius: 20px !important;
}

.generate.mat-mdc-raised-button:not(:disabled) {
  color: #ffff !important;
  background-color: var(--gv-blue2) !important;
}

.panier.mat-mdc-raised-button:not(:disabled) {
  color: #ffff !important;
  background-color: var(--gv-blue1) !important;
}

.panier.mat-mdc-raised-button:disabled {
  color: #ffff !important;
  background-color: var(--gv-grey) !important;
}

.panier.mat-mdc-raised-button>.mat-icon {
  margin-right: 0px;
  margin-left: 0px;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  height: 79vh;
  display: flex;
}

.container-form {
  align-items: center;
  height: 50vh;
  padding-top: 81px;
}

/* 
.row mat-form-field {
  margin: 10px;
  width: 30%; 
} */

.row {
  display: flex;
  justify-content: center;
}

.criterias {
  display: flex;
  justify-content: center;
}

.full-width {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.with-link,
.without-link {
  display: flex;
  flex-direction: column;
  width: 30%;
  padding: 5px;
  margin: 10px;
}

.with-link a {
  color: var(--gv-blue1);
}

.with-link i {
  margin-right: 5px;
}

.with-link mat-form-field {
  width: 100%;
}



.message {
  height: 300px;
}

.message .mat-mdc-form-field-textarea-control {
  height: 200px !important;
}

.button {
  color: white;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  background-color: var(--gv-blue2);
  border-radius: 10px;
  padding: 15px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  color: var(--gv-blue1);
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 45px;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 70%;
  height: auto;
  display: flex;
}

.hero-p {
  color: var(--gv-blue1);
  text-align: center;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.hero-p.hero-plist {
  text-align: left;
  margin-top: 20px;
}

.hero-t {
  color: var(--gv-blue1);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.nav-link {
  background-image: url("../assets/images/cart-shopping-solid-1.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 30px;
  text-decoration: none;
}

.div-block-4 {
  width: 30%;
  max-width: 40%;
}

.container-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  margin: 50px;
}

.div-block-5 {
  background-color: var(--gv-yellow);
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  border-radius: 30px;
  z-index: 99;
}

.insert-button {
  /* position: absolute;
  right: 16px;
  top: 16px;*/
  z-index: 1 !important;
  background-color: #bfbfbf !important;
  padding: 5px !important;
}

.mat-form-field.message {
  position: relative;
}

.audio-player-card {
  background: #f4c95d !important;
}

.audio-player {
  background: #fff;
  border-radius: 20px;
  padding: 0.5rem;
  width: 300px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.progress-bar {
  width: 100%;
  height: 6px;
  background: #eee;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.progress-fill {
  height: 100%;
  background: goldenrod;
  transition: width 0.1s linear;
}

.time-info {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  margin-left: 1em;
  margin-right: 0.5rem;
}

.controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-right: 1em;
  margin-left: 0.5rem;
}

.actions {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.controls button {
  font-size: 1.5rem;
  background: #f4f4f4;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

/*Panier*/
/* component.css */
.side-panel {
  position: fixed;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  background-color: white;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  transition: right 0.3s ease;
  overflow-y: auto;
  z-index: 1000;
}

.side-panel.open {
  right: 0;
}

.header {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
  color: var(--gv-blue1);
}

.header button {
  background-color: transparent;
  margin-right: 30px;
}

.item {
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid #efefef;
}

.item-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: var(--gv-blue2);
}

.item-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.info {
  font-size: 0.9rem;
  font-family: Roboto, sans-serif;
  margin-top: 0.5rem;
}

.info-details {
  padding: 5px;
}

.info .fas {
  color: var(--gv-blue2);
}

.actions-panier {
  margin-top: 0.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  flex-direction: row;
}

.actions-panier button {
  background-color: transparent;
}

.actions-panier .fa-solid {
  color: var(--gv-blue2);
}

.enabled {
  background-color: var(--gv-blue1);
}

.disabled {
  background-color: grey;
}

.validate-button {
  width: 100%;
  padding: 1rem;

  color: white;
  font-weight: bold;
  border: none;
  margin-top: 1rem;
  cursor: pointer;
  position: absolute;
  bottom: 3px;
  right: 0px;
}

/* Récap Panier*/
.mat-expansion-panel-header-title {
  color: var(--gv-blue1) !important;
}

.mat-step-icon-state-edit {
  background-color: var(--gv-blue1) !important;
}

.mat-step-icon-selected {
  background-color: var(--gv-blue1) !important;
}

.step-buttons {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}

.identity {
  display: flex;
}

.step-buttons button {
  background-color: var(--gv-blue2);
  color: white;
  cursor: pointer;
  border-radius: 30px;
  padding: 13px;
}

.step-buttons button:hover {
  background-color: var(--gv-blue1);
}

.payment-form {
  max-width: 400px;
  margin: auto;
  padding: 20px;
  font-family: "Roboto", sans-serif;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.card-box {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: white;
  margin-bottom: 1rem;
}

.error {
  color: red;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.title-confirmation {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
  color: #1D6C67;
}

.message-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 60vh;
  justify-content: center;
}

.success {
  color: green;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.button-paiement {
  padding: 10px 16px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  background-color: var(--gv-blue2);
  color: white;
  cursor: pointer;
}

.button-paiement:hover {
  background-color: var(--gv-blue1);
}

@media screen and (max-width: 991px) {
  .section-hero {
    height: 100vh;
  }

  .section-generateur {
    height: 90vh;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    height: auto;
    margin-bottom: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    font-size: 15px;
  }

  .heading {
    text-align: center;
    font-size: 30px;
  }

  .div-block-2 {
    width: auto;
  }

  .hero-p {
    font-size: 15px;
  }

  .hero-t {
    font-size: 25px;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image {
    width: 70%;
    max-width: 70%;
  }

  .div-block-3 {
    display: flex;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 38vh;
    display: flex;
  }

  .container-nav {
    grid-column-gap: 15%;
    grid-row-gap: 15%;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .actions {
    flex-direction: column;
  }

  .side-panel {
    width: 400px;
  }

  .brand {
    width: 250px;
  }

  .message {
    height: 250px;
  }

  .insert-button {
    bottom: 45px;
  }

  .cgv {
    padding: 30px
  }

  .cgv a {
    color: var(--gv-blue1);
  }

  .section-generateur {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 252px;
  }

  .container {
    flex-flow: column;
    width: 100%;
    padding-bottom: 40px;
  }
}