/******************************************************************************
resineo.css
Calculateur chantier pour sol paysagers
Version : RESINEO
LRVision 2021 <erick.ringot@lrvision.fr>

Charte RESINEO
	Light Grey	#A7A7A2
	Dark Grey	#484943
	Beige foncé #CA9E67
	Beige clair #E3CBAB
	Beige grisé #D2C8B8
	font-family: 'Open Sans', sans-serif;
	font-family: 'Yanone Kaffeesatz', sans-serif;

******************************************************************************/
html {
  background-color: #D2C8B8;
}
body {
  margin-left: 10%;
  margin-right: 10%;
  border-radius: 20px;
  background: white ;
}
.logo {
  text-align: center;
  margin-top: 20px;
}
h1 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #484943;
  text-align: center;
  font-size: 35px;
  margin-bottom: 40px;
}
h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 25px;
  color: #484943;
  margin-left: 25px;
}
h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-left: 25px;
  color: #CA9E67;
}
p {
  font-family: 'Open Sans', sans-serif;
}
.ref {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#ref {
  width: 70%;
}
select {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: white;
  font-weight: 500;
  width: 250px;
  background-color: #A7A7A2;
  padding: 4px;
  margin-left: 5px;
  margin-bottom: 2px;
  border-radius: 20px;
  border-style: none;
  min-width: 300px;
}
textarea {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  color: white;
  font-weight: 500;
  background-color: #A7A7A2;
  border-radius: 12px 12px 12px 12px;
  border-style: none;
  padding: 6px 10px 6px 10px;
  font-size: 14px;
  margin-left: 25px;
  width: 93%;
  resize: none;
}
input {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: white;
  font-weight: 500;
  background-color: #A7A7A2;
  padding: 4px;
  margin-left: 5px;
  border-radius: 20px;
  border-style: none;
}
::placeholder {
  color: #c2c2c2;
}
.projet {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.donnee {
  margin: 10px;
  font-family: 'Open Sans', sans-serif;
}

#chute {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}


#timg {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

/*.quantite {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}*/

.alert {
  font-size: 20px;
  text-align: center;
  border: red;
  border-radius: 3px;
  margin: 25px;
}
.export {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 20px;
}
button {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: white;
  background: #484943;
  height: 40px;
  padding: 8px 16px 8px 16px;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 3px 3px #A7A7A2;
  margin-left: 4%;
  margin-bottom: 15px;
  width: 180px;
}
button:hover {
  color: #484943;
  background: #D2C8B8;
  font-weight: bold;
}
.footer {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #666;
  background-color: #FFF2;
  border-radius: 30px;
  padding: 10px 30px 10px 30px;
  text-align: center;
}
#version {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  /*body {
		margin-left: 0%;
		margin-right: 0%;
	}*/
  textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin-left: 0%;
    margin-right: 0%;
  }
  textarea {
    width: 90%;
  }
}
@media screen and (max-width: 425px) {
  body {
    margin-left: 0%;
    margin-right: 0%;
  }
  textarea {
    width: 85%;
  }
}
