main {
  background-color: #D4AF35;
}

header {
  position: relative;
  margin-bottom: 3rem;
}

nav {
  background-color: #993300;
  height: 4rem;
  padding-top: 1.2rem;
  border-radius: 0 0 0.5rem 0.5rem;
  color: white;
}

a {
  text-decoration: none;
  color: white;
  font-size: larger;
  font-weight: 500;
  text-align: center;
}

footer {
  background-color: #993300;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
  text-align: center;
}

h3 {
  color:#993300;
}

#style-home {
  margin: 1%;
  padding: 1%;
  border: thick double red;
  border-radius: 30px;
  border-width: 1em;
}

.container {
  background-color: white;
  padding-bottom: 1rem;
}

.logo {
  height: 18rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding-top: 1rem;
  width: 100%;
  border-radius: 0.5rem 0 0 0.5rem;
}

.margin-top {
  margin-top:  3rem;
}

.socials {
  margin-top: 1rem;
  text-align: center;
}

.espace {
  margin: 1rem;
}

.partition {
  text-decoration: none;
  color:#993300;
  margin-bottom: 1rem;
}

.bottom {
  background-color: red;
  color: white;
  font-size: larger;
  font-weight: 500;
  text-align: center;
}

@media all and (max-width: 522px) {

  .logo {
    object-fit: contain;
  }

  nav {
    padding-right: 1%;
    padding-left: 1%;
  }

  a {
    font-size: medium;
  }

  h5 {
    font-size: 1rem;
  }
}

.carousel .carousel-item{
    height: 700px;
}

.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
}

.photo-kusmerazov {
  width: 100%;
  height: 300px; /* Ajuste selon la taille souhaitée */
  object-fit: cover;
  object-position: center;
}
