/*fixer le footer*/
html,
body {
  height: 100%;
  font-family: 'Crimson Text', serif;
}
body {
  display: flex;
  flex-direction: column;
  font-family: 'Crimson Text', serif;
}
.bgHeader {
  /* background: #00183a; */
  background: black;
}
.kk {
  flex-grow: 1;
}

.BB1 {
  border-left: solid 1px gray;
}
.BB2 {
  border-left: solid 1px gray;
}



.fixed-card {
  width: 100%;
  height: 350px; /* Ajustez la hauteur selon vos besoins */
  display: flex;
  flex-direction: column;
}

.fixed-card img {
  height: 250px; /* Ajustez la hauteur de l'image selon vos besoins */
  object-fit: cover;
}

.fixed-card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


@media screen and (min-width: 768px) {
  .hDivForm {
    width: 75% !important;
  }
  .gradient-form {
    height: 100vh !important;
  }
  .AA {
    height: 500px !important;
  }
}