/* INTRO */

.camera {
  background-image: url("camera3.png");
  background-size: 115%;
  height: 143vw;
  background-position: -50px 50px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 4;
}

.feuille {
  background: #5E5E5E;
  border-radius: 20px;
  border: 3px solid #2D2D2D;
  height: 80vw;
  width: 70%;
  position: relative;
  left: 15%;
  top: 57vw;
}

.phrase-accroche { 
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 4vw;
  font-size: 1.65vw;
  color: white;
  text-indent: 5%;
}

ul {
  list-style-type: none;
  text-align: center;
}

li {
  font-family: normale;
  font-size: 1.5vw;
  display: inline;
  padding-left: 2vw;
  position: relative;
  left: -4%;
}

.ld{
  border: 1px solid #2D2D2D;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 1.5vw;
  color: white;
  position: relative;
  top: 1vw;
}

.ld:hover {
  background-color: #2D2D2D;
  color: white;
  transition: all 0.4s;
}

/* FORMULAIRE */

* {
  box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #5E5E5E;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  font-family: normale;
  color: white;
}

input[type=submit]:hover {
  transition: .3s;
  color: #F8D545;
  background-color: #2D2D2D; 
}

.page .container {
  border-radius: 5px;
  background-color: #8E8E8E;
  padding: 20px;
  font-family: normale;
  width: 70%;
  position: relative;
  left: 15%;
  top: 2vw;
}

h1 {
  font-size: 2.5vw;
  text-align: center;
  color: #F8D545; 
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
  font-size: 1.5vw;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 1287px) {
  .feuille {
    height: 85vw;
  }
  .camera {
    height: 147vw;
  }
}

@media screen and (max-width: 1145px) {
  .feuille {
    height: 90vw;
  }
  .camera {
    height: 152vw;
  }
}

@media screen and (max-width: 1064px) {
  .feuille {
    height: 95vw;
  }
  .camera {
    height: 157vw;
  }
}

@media screen and (max-width: 980px) {
  .feuille {
    height: 105vw;
  }
  .camera {
    height: 167vw;
  }
}

@media screen and (max-width: 864px) {
  .feuille {
    height: 115vw;
  }
  .camera {
    height: 177vw;
  }
}

@media screen and (max-width: 980px) {
  .feuille {
    height: 125vw;
  }
  .camera {
    height: 187vw;
  }
}

@media screen and (max-width: 712px) {
  .feuille {
    height: 135vw;
  }
  .camera {
    height: 197vw;
  }
}