body{
	/*lato est la police téléchargé de google dans le fichier html*/
	font-family: "Lato", sans-serif;
	/*marge exterieure en haut et en bas 70px*/
	padding: 15px;
	margin: 10px 0px;
	background: #ffe3ea;
}
.logo{
	width:100%;
	background-color: white;
	text-align: center;
}
.logo img{
	width: 230px;
	heigh: 40px;
}
.logo h3{
	/*je force le texte en majuscule*/
	text-transform: uppercase;
	text-weight: bold;
	color: #d40000;
}

#contact-form{
	font-size:20px;
	/*background:#fff;*/
	padding:22px;
	border-radius:10px;
}
.roseclair{
	color:#ffe3ea;
}
.couleurALCC{
	color:#d40000;
}

.form-control{
	height:50px;
	font-size:18px;
}
.comments{
	font-style:italic;
	font-size:16px;
	color:#d82c2e;
	height:25px;
}
#contact-form input[type=submit] {
	margin: 10px auto 0px;
	display:block;	
}
.button1{
    border: 1px solid #ddd;
    color: #d40000;
    width: 100%;        
    font-weight: bold;
	font-size: 20px;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
}
.button1:hover {
    background: #ffa500;
    border-color: #ffa500;
}
.thank-you{
	text-align:center;
	margin-top:15px;
	font-weight:bold;
	font-size:22px;
}