:root{
	--lightred: #d64848;
	--red: #a53e3e;
	--dark: #262626;
	--lightdark: #3e3e3e;
	--black: #000;
  --white: #fff;
	--whitegray: #eeeeee;
  --whitefordark: #cbcbcb;
  --darkgrey: #5e5e5e;
}

.Contact{
  margin-top: 150px;
  margin-bottom: 70px;
}

.Contact-Title{
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 7px;
  margin-bottom: 30px;
  color: #3e3e3e;
}

.Contact-Separator{
  width: 40%;
	border: 1px solid #c1c1c1;
  margin: auto;
}

.Contact-Desc{
  letter-spacing: 3px;
  font-size: 17px;
  color: #3e3e3e;
  margin-top: 50px;
  text-align: center;
}

.Contact-Item-Icon{
  margin-top: 30px;
  text-align: center;
  font-size: 64px;
  transition: .5s;
  color: #d64848;
}

.Contact-Item{
  text-align: center;
  transition: .5s;
  margin-bottom: 100px;
}

.Contact-Item-Desc{
  margin-top: 20px;
  font-size: 18px;
  color: #3e3e3e;
  text-decoration: none !important;
}

.Contact-Item-Desc a:hover{
  text-decoration: none !important;
}

/* === FORMULAIRE DE CONTACT === */

.contact-form{
  max-width: 900px;
  margin: auto;
  padding: 0 10px;
  overflow: hidden;
  margin-bottom: 150px;
}

input.contact-form-text{
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 16px 0;
  border: 1px solid #d8d8d8;
  background: #f5f5f5;
  padding: 20px 40px;
  outline: none;
  color: #3e3e3e;
  transition: 0.5s;
  font-size: 16px;
  height: 30px;
}

.contact-form-text:focus{
  box-shadow: 0 0 5px 4px #c1c1c1
}

textarea.contact-form-text{
  resize: none;
  height: 158px;
  float: right;
  font-size: 16px;
  line-height: 20px;

  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 16px 0;
  border: 1px solid #d8d8d8;
  background: #f5f5f5;
  padding: 20px 40px;
  outline: none;
  color: #3e3e3e;
  transition: 0.5s;
}

.contact-form-btn{
  font-size: 18px;
  float: right;
  border: 0;
  background: #dc3545;
  color: #f5f5f5;
  padding: 12px 50px;
  border-radius: 40em;
  cursor: pointer;
  transition: .5s;
}

.contact-form-btn:hover{
  background: #931925;
}

.Contact-Alert p{
  margin-top: 1.5px;
  float: left;
  vertical-align: middle;
  text-align: center;
  color: #b6b6b6;
  font-size: 14px;
  margin-left: 3px;
}

.Contact-Alert ion-icon{
  float: left;
  font-size: 22px;
  color: #b6b6b6;
}
