.section-imgetresa {
  box-shadow: 0px 3px 20px 0 rgba(0,0,0,0.1);
}
.section-imgetresa .imgcropCtn {
  height: 100vh;
}
.section-imgetresa .imgcropCtn .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.45;
}
.section-imgetresa .imgcropCtn .texte {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-imgetresa .imgcropCtn .texte span.surtitre {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 70px;
  letter-spacing: 1px;
}
.section-imgetresa .imgcropCtn .texte h1 {
  font-size: 6rem;
  color: #ffffff;
  margin-bottom: 20px;
}
.section-imgetresa .imgcropCtn .texte p.soustitre {
  font-family: 'Backto', cursive;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 150px;
}
.section-imgetresa .imgcropCtn small {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-shadow: 2px 2px 4px black;
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: default;
}
.section-imgetresa .imgcropCtn small .copysymb {
  padding: 5px 0;
}
.section-imgetresa .imgcropCtn small .copycont {
  padding-left: 5px;
  display: none;
}
.section-imgetresa .imgcropCtn small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-imgetresa .reservation {
  position: absolute;
  width: 100%;
  max-width: 1080px;
  background-color: #ffffff;
  left: 50%;
  transform: translate(-50%,-100%);
  padding: 25px 50px 0px;
}
.section-imgetresa .reservation span.formtitre {
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 25px;
}
.section-imgetresa .reservation span.formtitre a {
  color: #8FA9B9;
}
.section-imgetresa .reservation form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.section-imgetresa .reservation form div#ageenfnt {
  display: none;
}
.section-imgetresa .reservation form >div {
  position: relative;
}
.section-imgetresa .reservation form >div i {
  position: absolute;
  right: 2px;
  bottom: 7px;
  color: #393939;
  font-size: 2.1rem;
  z-index: -1;
}
.section-imgetresa .reservation form label {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #393939;
  opacity: 0.4;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-imgetresa .reservation form input[type="text"],
.section-imgetresa .reservation form select {
  font-size: 1.5rem;
  color: #393939;
  border: 0;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #707070;
  padding: 5px;
  width: 100%;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #8FA9B9 !important;
  background: #f6f6f6 !important;
  color: #454545 !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #E3C79F !important;
  background: #E3C79F !important;
  color: #ffffff !important;
}
@keyframes slidecopy {
  from {
    margin-left: -50px;
    opacity: .1;
  }
  to {
    margin-left: 0px;
    opacity: 1;
  }
}
@media screen and (max-width: 1400px) {
  .section-imgetresa .imgcropCtn .texte span.surtitre {
    font-size: 1.7rem;
    margin-bottom: 40px;
  }
  .section-imgetresa .imgcropCtn .texte h1 {
    font-size: 5rem;
  }
  .section-imgetresa .imgcropCtn .texte p.soustitre {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section-imgetresa .reservation {
    padding: 25px 25px 0px;
  }
  .section-imgetresa .reservation form >div {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-imgetresa .imgcropCtn .texte span.surtitre {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .section-imgetresa .imgcropCtn .texte h1 {
    font-size: 3rem;
  }
  .section-imgetresa .imgcropCtn .texte p.soustitre {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
  .section-imgetresa .reservation {
    position: relative;
    transform: translate(-50%);
    padding: 20px 15px 0px;
  }
  .section-imgetresa .reservation span.formtitre {
    font-size: 1.4rem;
    margin-bottom: 15px;
    text-align: center;
  }
  .section-imgetresa .reservation form {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .section-imgetresa .reservation form label {
    margin-bottom: 0;
  }
  .section-imgetresa .reservation form input[type="text"],
  .section-imgetresa .reservation form select {
    margin-bottom: 20px;
  }
  .section-imgetresa .reservation form >div i {
    bottom: 27px;
  }
  .section-imgetresa .imgcropCtn {
    height: 80vh;
  }
}
