/*
font-family: 'Cormorant Unicase', serif;
font-family: 'Spartan', sans-serif;
font-family: 'Taviraj', serif;
*/

.bgcontact img {
  width: 100%;
}

#formulaire {
  background: url(/img/imgbkgnd-contact02.jpg) center no-repeat;
  background-size: cover;
  padding: 3vw 2vw;
}
#formulaire p {
  text-align: center;
}
#formulaire h3 {
  text-align: center;
  font-family: "Taviraj", serif;
  font-style: italic;
  font-size: 4vw;
  color: #cbad84;
  margin-top: 0;
  font-weight: 200;
}
#formulaire h4 {
  color: #434241;
  font-size: 1vw;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}
.col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8vw;
  margin-top: 2vw;
}
.coordonee {
  background-color: #cbad84;
  place-self: end;
  align-self: start;
  width: 30vw;
  padding: 4vw;
  height: 20vw;
  display: grid;
}
.coordonee p {
  color: #434241;
  font-size: 0.8vw;
  margin-bottom: 0.8vw;
}
.coordonee p:nth-child(1) {
  font-weight: 800;
  color: black;
  font-size: 1vw;
  text-transform: uppercase;
  margin-bottom: 2vw;
}

#contactForm {
  background-color: black;
  width: 30vw;
  height: 20vw;
}
label {
  display: none;
}

.nomPrenom {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.border {
  border-bottom: 1px solid #434241;
  width: 15vw;
}
.formlarge {
  width: 30vw;
}
form {
  padding: 0.5vw;
}
#contactForm input,
#contactForm textarea {
  background-color: black;
  border: none;
  color: white;
  padding: 0.5vw 1vw;
  font-size: calc(16px + 0.25vw);
  font-family: "Taviraj", serif;
  font-style: italic;
}
#contactForm #userEmail {
  width: 30vw;
}
#litigeForm .Error::placeholder,
#contactForm .Error::placeholder {
  color: #aa0000;
}
#litigeForm .Error::placeholder {
  font-weight: 700;
}
#contactForm p.Error,
#contactForm .ErrorEmail {
  color: #aa0000;
}
#contactForm p.success {
  color: #006600;
  margin-top: -30px;
}
#contactForm textarea {
  width: 30vw;
  height: 8vw;
  max-width: 30vw;
  max-height: 8vw;
  min-width: 30vw;
  min-height: 8vw;
}
#contactForm button {
  margin: 0.5vw auto;
  font-size: 1vw;
  font-family: "Taviraj", serif;
  font-style: italic;
  background: black url(/img/picto_fleche_blanc.svg) no-repeat;
  color: #434241;
  border: none;
  width: 6vw;
  background-position: bottom;
  padding: 1vw 0vw 1vw 0vw;
  background-size: 4vw;
  transition: all ease 500ms;
}
#contactForm button:hover {
  color: #cbad84;
  transition: all ease 1000ms;
  font-weight: 800;
  background-position: bottom right;
}
#contactForm input:hover,
#contactForm textarea:hover {
  background-color: #434241;
}

#formulaire .plan {
  margin: 3vw auto;
  width: 89%;
  text-align: center;
}
#formulaire .plan iframe {
  width: 80%;
  height: 20vw;
}

#msgSubmit {
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
}

@media (max-width: 414px) {
  #formulaire {
    padding: 7vw 2vw;
  }
  #formulaire h3 {
    font-size: 8vw;
  }
  #formulaire h4 {
    font-size: 3vw;
  }
  .coordonee p {
    font-size: 3vw;
  }
  .coordonee p:nth-child(1) {
    font-size: 1.2vw;
  }
  .border {
    width: 100%;
}
  .col2 {
    display: block;
    width: 90vw;
    margin: auto;
  }
  .coordonee {
    width: 100%;
    margin-bottom: 3vw;
    height: auto;
    padding: 10vw 0;
  }
  #contactForm {
    width: 100%;
    height: auto;
  }
  .formlarge {
    width: 100%;
  }
  .coordonee p {
    font-size: 4.5vw;
    line-height: 5vw;
    margin: 2vw 0;
  }
  .coordonee p:nth-child(1) {
    font-size: 3.5vw;
  }
  .nomPrenom {
    display: grid;
    grid-template-columns: 1fr;
  }
  #contactForm input,
  #contactForm textarea {
    font-size: 5vw;
    width: 100% !important;
    max-width: 100%;
    min-width: 100%;
    padding-left: 4vw;
  }
  #contactForm textarea {
    width: 100%;
    height: 25vw;
    padding: 4vw 1vw 4vw 4vw;
    max-height: 25vw;
  }
  #contactForm > div:nth-child(4) {
    height: 20vw;
  }
  #contactForm button {
    font-size: 5vw;
    width: 20vw;
    color: #cbad84;
    margin: auto;
    margin: 0px 35vw;
    background-size: 80%;
  }
  #mail-status > p {
    font-size: 16px;
    margin-top: 4vw;
  }
  #contactForm p.success {
    color: #006600;
    margin-top: 15px;
}
  #formulaire .plan {
    margin: 5vw 0 0 0;
    width: 100%;
  }
  #formulaire .plan iframe {
    width: 90vw;
    height: 90vw;
  }
}
@media all and (min-width: 415px) and (max-width: 567px) {
  #formulaire h3 {
    font-size: 5vw;
  }
  #formulaire h4 {
    font-size: 2vw;
  }
  .coordonee p {
    font-size: 1.2vw;
  }
  .coordonee p:nth-child(1) {
    font-size: 1.2vw;
  }
  .col2 {
    display: block;
    width: 90vw;
    margin: auto;
  }
  .coordonee {
    width: 100%;
    margin-bottom: 3vw;
  }
  #contactForm {
    width: 100%;
    height: 23vw;
  }
  .formlarge {
    width: 100%;
  }
  #contactForm textarea {
    width: 100%;
  }
  .coordonee {
    width: 90vw;
  }
  .coordonee p {
    font-size: 1.5vw;
  }
  .coordonee p:nth-child(1) {
    font-size: 1.7vw;
  }
  #contactForm input,
  #contactForm textarea {
    font-size: 1.7vw;
    width: 100%;
  }
  #contactForm button {
    font-size: 1.7vw;
    width: 7vw;
  }
  #contactForm p.success {
    color: #006600;
    margin-top: -20px;
    font-size: 12px;
}
}
@media all and (min-width: 568px) and (max-width: 767px) {
  #contactForm {
    width: 36vw;
    height: 20vw;
}
#contactForm input,
#contactForm textarea {
    font-size: 1.5vw;
    width: 100%;
  }
  #contactForm button {
    font-size: 2.5vw;
    width: 7vw;
  }
#contactForm #userEmail,
#contactForm textarea {
    width: 36vw;
  }
  .border {
    width: 18vw;
}
  .formlarge {
    width: 36vw;
  }
  
  #contactForm textarea {
    width: 36vw;
  max-width: 36vw;
  padding: 5px;
}
  .coordonee {
    width: 36vw;
    height: 29vw;
  }
  .coordonee p {
    font-size: 1.5vw;
  }
  .coordonee p:nth-child(1) {
    font-size: 1.7vw;
  }
  #formulaire .plan iframe {
    width: 93.5%;
    height: 24vw;
    border: 0;
}
#contactForm p.success {
  color: #006600;
  margin-top: 0px;
    font-size: 12px;
    padding-bottom: 10px;
}
#contactForm > div:nth-child(4) {
  background-color: #000;
}
.litigeStrate {
  width: 100%;
  text-align: center;
  margin-top: 10vw !important;
}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #contactForm input,
  #contactForm textarea {
    font-size: 1.3vw;
    width: 100%;
  }
  #contactForm button {
    font-size: 1.5vw;
    width: 7vw;
  }
  #contactForm p.success {
    color: #006600;
    font-size: 12px;
    padding-bottom: 10px;
  }
  #contactForm {
    width: 36vw;
  }
  .formlarge {
    width: 100%;
  }
  .coordonee {
    width: 36vw;
  }
  .coordonee p {
    font-size: 1.4vw;
  }
  .coordonee p:nth-child(1) {
    font-size: 1.5vw;
  }
}

/* LITIGE *****************************************/

.hide {
  display: none;
}

.litigeStrate {
  width: 100%;
  text-align: center;
  margin-top: 4vw;
}
.litigeStrate button {
  color: #cbad84;
  font-size: 16px;
  text-decoration: none;
  background-color: #222;
  padding: 10px 20px;
  transition: all 0.5s ease-in-out;
  border: none;
  text-transform: uppercase;
  font-family: 'Spartan';
}
.litigeStrate a:hover {
  color: #fff;
}

#litigeBox {
  position: absolute;
  width: 50%;
  background-color: #222;
  z-index: 10000;
  margin: auto;
  left: 50%;
  margin-left: -25%;
  padding: 15px;
  margin-top: 15px;
  transition: all 0.5s ease-in-out;
}

#msgLitigeSubmit {
margin-top: 14px;
    display: inline-block;
}

#litigeBox h3 {
  font-size: calc(16px + 1vw);
  line-height: calc(16px + 1vw);;
}

#litigeBox #litigeForm {
  text-align: left;
}
#litigeBox p {
  text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin: 1vw auto;
}
#litigeBox textarea {
  width: 100%;
  height: 100px;
  font-size: 16px;
  padding: 0 5px;
}
#litigeBox img {
  margin-top: -4px;
}
#litigeBox #captcha {
  padding: 1px;
  height: 36px;
  font-size: 16px;
  text-align: center;
  width: 80px;
  border: none;
}
#litigeBox input:last-child {
  float: right;
  background-color: #cbad84;
  color: #000;
  font-size: 16px;
}

#btFormLitige {
  float: right;
  height: 34px;
}
#btFormLitige:hover {
  background-color: #cbad84;
  color:#222;
}


@media (max-width: 1023px) {

  #litigeBox #litigeForm {
    text-align: center;
  }
  #litigeBox input:last-child {
  margin-top: 10px;
}
}


@media (max-width: 767px) {

  #litigeBox {
    width: 80%;
    margin-left: -40%;
  }

}
@media (max-width: 415px) {

  #litigeBox {
    width: 90%;
    margin-left: -45%;
  }
  #intro {
    height: auto;
}
#intro h1 {
  font-size: 10vw;
  font-weight: 100;
  line-height: 15vw;
}
  #intro img {
    display: none;
  }

}

