@import url(reset.css);
@import url(nav.css);
@import url(footer.css);
@import url(style.css);
.main__video .container__form .title__form {
  font-size: 2rem;
  letter-spacing: 0.5rem;
}

.main__video .container__form {
  font-size: 1.5rem;
  padding: 30px;
  justify-self: start;
}

.main__video {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main__video .container__form .title__form {
  margin-bottom: 4rem;
  text-align: center;
}
.main__video .container__form .form-group {
  margin: 1.5rem;
}

.button__content {
  margin-top: 3rem;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
}

.btn__submit,
.btn__reset {
  border-radius: 10px;
}

.background__video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.container__form {
  position: relative;
  z-index: 10;
  color: #fff;
  width: 90%;
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}

/* Styles de base */
.container__form {
    width: 90%;
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
}

.form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 1.5rem;
}

.video__background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

/* Media Queries */
@media screen and (max-width: 800px) {
    .main__video {
        min-height: auto;
        background: linear-gradient(45deg, #1a1a1a, #333);
    }

    .video__background {
        display: none;
    }

    .container__form {
        position: relative;
        width: 95%;
        opacity: 1;
        background: none;
    }

    .form {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .container__form {
        width: 100%;
        padding: 0.5rem;
        margin: 1rem auto;
    }
}

/* Ajout des styles pour le logo */
.logo {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 80px auto 20px; /* Ajout de marge en haut pour compenser la navbar */
    display: block;
}

/* Ajuster pour le responsive */
@media screen and (max-width: 800px) {
    .logo {
        max-width: 200px;
        margin: 70px auto 15px;
    }

    .slogan__visuelcop {
        font-size: 1.2rem !important;
        text-align: center;
        padding: 0 1rem;
        margin-bottom: 2rem !important;
    }
}

@media screen and (max-width: 576px) {
    .logo {
        max-width: 150px;
        margin: 65px auto 10px;
    }
}
/*# sourceMappingURL=contact.css.map */