@font-face {
  font-family: police1;
  src: url(../fonts/Faune-TextItalic.otf);
}

@font-face {
  font-family: police2;
  src: url(../fonts/Faune-TextBold.otf);
}

@font-face {
  font-family: police3;
  src: url(../fonts/Faune-TextRegular.otf);
}




html
{
  height:100%;
  width:100%;
}
body{    

  font-family: police3;


}

.container{
  width:60%;
  margin: 0 auto;

}

.container a {
  color:black;
}

#submitBtn {

  opacity: 0.4;
}

.g-recaptcha {
  margin-top: 20px;
}

h3 {
  font-size: 25px;
  text-align: justify;
}

label {
 display: block;
 font-size: 2vw;
 margin-top:20px;
  
}

input, textarea{
  border: solid 4px black;
 
}

input {
  width: 100%;
  font-family: police3;
  font-size: 2vw;

}

textarea {
  width: 100%;
  font-family: police3;
  font-size: 2vw;

}

.imgsend {
  border: none;
}


h1 {
  font-family: police1;
  text-align: center;
  font-size: 3.8vw;
}

#pet-select {
  background-color: white;
  border: 4px solid black;
  font-family: police3;
  font-size: 2vw;
}

option {
  font-family: police3;
  font-size: 2vw;

}

.jours {
font-size:2vw;
line-height: 1.2;
margin: 0;
cursor: pointer;
}

input[type="checkbox"] { display: none; }
label { cursor: pointer; }

input[type="checkbox"] + label:before {
    border: 4px solid black;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    content: "\00a0";
    display: inline-block;
    font: 18px/1em sans-serif;
    height: 20px;
    width: 20px;
  
    padding: 0;
    vertical-align: middle;
    margin-right: 10px;
}
input[type="checkbox"]:checked + label:before {
    background: #fff;
    color: #333;
    content: "\2713";
    text-align: center;
}

#conditions {
  margin-top: 30px;
  border-top:4px solid black;
}


#zone, #ref {
  border-top: solid black 4px;
  margin-top:50px;
  
}

.btn-raised {
  margin-top: 50px;
  background-color: white;
  border: none;
  font-family: police3;
  float: right;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2vw;
  cursor: pointer;
  border: 4px solid black;
  margin-bottom:50px;
}





/* SMARTPHONE MODE PORTRAIT */
@media screen and (orientation: portrait) {
.container {
  width: 90%;
  margin: 0 auto;
}

h1 {
  font-family: police1;
  text-align: center;
  font-size: 30px;
}

label {
  display: block;
  font-size: 20px;
  margin-top: 20px;
}
input {
  width: 100%;
  font-family: police3;
  font-size: 20px;
}

.btn-raised {
  font-size: 20px;
}
}