@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.antispam {
  display: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #d8d2d0;
}

.barre_supp {
  background-color: #47180c;
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0;
}

.entete {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #B81B27;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .entete {
    height: 330px;
  }
}

@media screen and (max-width: 425px) {
  .entete {
    height: 270px;
  }
}

.entete .logo {
  position: relative;
  height: 50%;
  margin: 20px 0 20px 0;
}

@media screen and (max-width: 768px) {
  .entete .logo {
    height: 50%;
  }
}

@media screen and (max-width: 425px) {
  .entete .logo {
    height: 40%;
  }
}

.entete a {
  text-decoration: none;
}

.entete .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .entete .contact {
    height: 100px;
  }
}

@media screen and (max-width: 425px) {
  .entete .contact {
    height: 90px;
  }
}

@media screen and (max-width: 768px) {
  .entete .contact img {
    height: 80%;
  }
}

@media screen and (max-width: 425px) {
  .entete .contact img {
    height: 60%;
  }
}

.entete .contact span {
  position: relative;
  color: white;
  font-size: 1.2em;
}

@media screen and (max-width: 768px) {
  .entete .contact span {
    font-size: 1em;
  }
}

@media screen and (max-width: 425px) {
  .entete .contact span {
    top: -20px;
  }
}

.adresse {
  position: relative;
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}

@media screen and (max-width: 768px) {
  .adresse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.adresse p {
  margin-right: 100px;
  color: #47180c;
  font-size: 1.2em;
}

@media screen and (max-width: 768px) {
  .adresse p {
    margin: 0 0 20px 0;
    padding: 10px;
  }
}

.adresse .positionnement {
  height: 30px;
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adresse .positionnement picture {
  width: 30px;
}

.adresse .positionnement svg {
  position: relative;
  width: 100%;
}

.adresse .positionnement span {
  color: #47180c;
  font-size: 1.2em;
}

.separateur {
  position: relative;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, white), to(#afafaf));
  background: linear-gradient(180deg, white 2%, #afafaf 100%);
}

@media screen and (min-width: 1272px) {
  .modif_taille {
    height: 850px;
  }
}

@media screen and (max-width: 1272px) {
  .modif_taille {
    height: 875px;
  }
}

@media screen and (max-width: 988px) {
  .modif_taille {
    height: 855px;
  }
}

@media screen and (max-width: 938px) {
  .modif_taille {
    height: 875px;
  }
}

@media screen and (max-width: 728px) {
  .modif_taille {
    height: 855px;
  }
}

@media screen and (max-width: 691px) {
  .modif_taille {
    height: 875px;
  }
}

@media screen and (max-width: 500px) {
  .modif_taille {
    height: 690px;
  }
}

@media screen and (max-width: 417px) {
  .modif_taille {
    height: 710px;
  }
}

@media screen and (max-width: 331px) {
  .modif_taille {
    height: 730px;
  }
}

@media screen and (max-width: 286px) {
  .modif_taille {
    height: 700px;
  }
}

section {
  position: relative;
  width: 70%;
  height: 770px;
  background-color: grey;
  margin: 100px auto;
  max-width: 950px;
  border-radius: 5px;
}

@media screen and (max-width: 728px) {
  section {
    width: 95%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  section {
    width: 95%;
    height: 580px;
  }
}

@media screen and (max-width: 417px) {
  section {
    height: 610px;
  }
}

section::before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #B81B27;
}

section::after {
  position: absolute;
  content: '';
  left: 50%;
  width: 50%;
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #47180C;
}

section .cadre {
  position: absolute;
  width: 94%;
  height: 93%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  background-color: white;
  border-radius: 5px;
}

@media screen and (max-width: 1200px) {
  section .cadre {
    width: 93%;
  }
}

@media screen and (max-width: 1000px) {
  section .cadre {
    width: 92%;
  }
}

@media screen and (max-width: 800px) {
  section .cadre {
    height: 94%;
  }
}

@media screen and (max-width: 420px) {
  section .cadre {
    width: 90%;
  }
}

section .cadre h3 {
  text-align: center;
  color: #47180C;
  font-size: 1.5em;
  margin-bottom: 30px;
}

section .cadre form {
  position: relative;
  width: 50%;
  height: auto;
  margin: auto;
  padding-bottom: 20px;
}

@media screen and (max-width: 997px) {
  section .cadre form {
    width: 70%;
  }
}

@media screen and (max-width: 536px) {
  section .cadre form {
    width: 90%;
  }
}

section .cadre form .champs {
  font-size: .6em;
}

section .cadre form .checkbox {
  margin: 20px 0 20px 0;
  margin-bottom: 0px;
}

section .cadre form .erreur {
  position: relative;
  height: auto;
  width: 94%;
  text-align: center;
  margin-top: 20px;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  padding: 20px;
  background-color: #B81B27;
}

@media screen and (max-width: 500px) {
  section .cadre form .erreur {
    width: auto;
    margin: 20px auto auto auto;
  }
}

section .cadre form .good {
  position: relative;
  height: 50px;
  width: auto;
  text-align: center;
  line-height: 45px;
  margin-top: 20px;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  background-color: #5abe3c;
}

@media screen and (max-width: 500px) {
  section .cadre form .good {
    margin: 20px auto auto auto;
  }
}

section .cadre .maj {
  text-transform: capitalize;
}

section .cadre .text {
  position: relative;
  height: 30px;
  width: 80%;
  border-right: none;
  border-left: none;
  border-top: none;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  section .cadre .text {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  section .cadre .text {
    height: 20px;
    width: 90%;
    font-size: .8em;
  }
}

section .cadre .mess {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 500px) {
  section .cadre .mess {
    height: 100px;
    font-size: .8em;
  }
}

section .cadre .mess, section .cadre .text {
  font-size: 1.2em;
  font-family: 'Montserrat', sans-serif;
  color: #47180C;
  font-weight: bold;
  border: 1px solid #47180C;
  border-radius: 5px;
  padding: 5px;
}

@media screen and (max-width: 500px) {
  section .cadre .mess, section .cadre .text {
    width: 96%;
  }
}

section .cadre .mess:focus, section .cadre .text:focus {
  outline: none;
  border: 1px solid #b81b27;
}

section .cadre .mess::-webkit-input-placeholder, section .cadre .text::-webkit-input-placeholder {
  color: #47180C;
  opacity: .5;
}

section .cadre .mess:-ms-input-placeholder, section .cadre .text:-ms-input-placeholder {
  color: #47180C;
  opacity: .5;
}

section .cadre .mess::-ms-input-placeholder, section .cadre .text::-ms-input-placeholder {
  color: #47180C;
  opacity: .5;
}

section .cadre .mess::placeholder, section .cadre .text::placeholder {
  color: #47180C;
  opacity: .5;
}

section .cadre .mess:-internal-autofill-selected, section .cadre .text:-internal-autofill-selected {
  background-color: white;
}

section .cadre .zone_bouton {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

section .cadre .zone_bouton button {
  width: 200px;
  height: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.2em;
  background: -webkit-gradient(linear, left top, right top, from(#b81b27), to(#47180C));
  background: linear-gradient(90deg, #b81b27 0%, #47180C 100%);
  color: white;
  border: 1px solid grey;
  border-radius: 20px;
}
/*# sourceMappingURL=style.css.map */