@USE #bodyContact {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
}
.header-contact {
  width: 100%;
  margin-top: 80px;
  padding: 0 12px;
}
@media screen and (max-width: 1000px), screen and (max-height: 600px) {
  .header-contact {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1000px), screen and (max-height: 845px) {
  .header-contact {
    margin-top: 0px;
  }
}

.centreTexte {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 1000px), screen and (max-height: 600px) {
  .centreTexte {
    display: none;
  }
}
.main-contact {
  width: min(1200px, 100% - 24px);
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  flex: 1;
}

@media screen and (max-width: 900px) {
  .main-contact {
    grid-template-columns: 1fr;
    gap: 16px;
    width: min(100%, 100% - 16px);
  }
}
.zone {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  background-color: #e7e1cf;
  border: 2px solid black;
  border-radius: 15px;
  padding: 16px;
  margin: 0;
}

#sectioncontact,
#partieCalendrier {
  width: 100%;
  min-width: 0;
}

#sectioncontact #form-contact,
#partieCalendrier .porte {
  width: 100%;
}

@media screen and (max-width: 750px) {
  #partieCalendrier {
    display: none;
  }
}
#form-contact {
  display: grid;
  gap: 12px;
  width: 100%;
}

.form-horizontal {
  margin: 0;
  padding: 0;
  border: none;
  color: black;
  font-size: 14px;
  line-height: 1.42857143;
}

.form-group {
  display: grid;
  gap: 12px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.item1,
.item2,
.item3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (max-width: 700px) {
  .item1,
  .item2,
  .item3 {
    grid-template-columns: 1fr;
  }
}
.item-baby {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #ffc107;
  border-radius: 0.5rem;
  background: #fff;
  color: #000;
  cursor: pointer;
}

.checkbox-contact input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
}

.item4 {
  display: grid;
  gap: 12px;
}

.deaparture {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.form-control {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #ffc107;
  border-radius: 0.5rem;
  color: rgb(2, 2, 2);
  background: #fff;
}

#text-email {
  width: 100%;
  min-height: 180px;
  resize: vertical;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.label-control {
  margin: 0;
  font-weight: 700;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.button {
  justify-self: center;
  align-self: start;
  color: #1a1e3b;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 16px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  background: #f1e9dd;
  box-shadow: 0 8px 18px -14px rgba(0, 0, 0, 0.35);
}

.button:hover {
  background: #c7892b;
}

.porte {
  width: 100%;
  height: auto;
  padding: 0;
  background-color: transparent;
}

#contacth2 {
  color: black;
  padding: 0 0 12px;
  text-align: center;
}

.texteContact {
  text-align: center;
  padding: 8px 12px;
  font-size: 1.1rem;
  color: black;
}

@media only screen and (max-width: 960px), only screen and (max-height: 960px) and (orientation: landscape) {
  .texteContact {
    display: none;
  }
}
.noscript {
  display: block;
  width: 100%;
  min-height: 100vh;
  z-index: 9999999999;
  position: fixed;
  inset: 0;
  background: rgb(51, 51, 51);
  color: black;
  font-size: 2rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  padding: 24px;
  overflow: auto;
}

footer {
  position: static;
  width: 100%;
  height: auto;
  margin-top: 24px;
}