/*
**
*/

h1{
	text-transform: uppercase;
	padding-bottom: 25px;
}
h3{
	text-transform: uppercase;
	padding-bottom: 25px;
}

.slide-tantely{
	margin-top: -130px;
}

.tantely{
	background: url("../images/home/slide2.jpg") no-repeat;
	background-size: cover;
	padding: 60px 0px 30px;
}

.tantely div div p{
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 20px;
}

.contact{
	background-color: #162a19;
	padding: 95px 0px 40px;
}

.contact div div h1{
	color: #ffffff;
	text-transform: inherit;
}

.contact div div p{
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	padding: 15px 0px 0px;
	font-size: 18px;
}

.contact div div a img{
	float: left;
	margin-right: 20px;
}

.contact div div a span{
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	float: left;
	font-size: 18px;
}

.form-control{
	font-family: Arial, FontAwesome;
	background-color: #ffff;
    font-size: 17px;
    color: #767675 !important;
    border-radius: 0px;
    border: 1px solid #ffff;
    padding: 12px 20px;
    height: 55px !important;
}

.form-control:focus{
	border: 1px solid #ffff !important;
	box-shadow: none !important;
}

.form-control::placeholder{
	color: #767675;
}

.form-control::-moz-placeholder{
	color: #767675;
}

textarea{
	width: 100%;
	border-radius: 25px;
    border: 1px solid #343a40;
    padding: 15px 20px;
}

textarea:focus{
	border: 1px solid #f3f3f3 !important;
	box-shadow: none !important;
}

textarea::-moz-placeholder{
	font-family: Arial, FontAwesome;
	color: #a5a5a5;
	font-weight: bold;
}

.btn-envoyer{
	background-color: #bfa665;
	border: 2px solid #bfa665;
	border-radius: 0px;
	color: #000;
	font-size: 23px;
	padding: 10px;
	width: 100%;
}

.btn-envoyer:hover{
	background-color: transparent;
	color: #bfa665;
}


/* Media Queries */

@media (max-width: 1370px){

}

@media screen and (max-width: 960px) {

}

@media (max-width: 1024px){

}

@media (max-width: 840px){

	h1{
		font-size: 2rem;
	}

	.slide-tantely {
	    margin-top: -75px;
	}
}

@media (max-width: 770px){


}

@media (max-width: 480px){

	
}