*
{
	margin: 0;
	padding: 0;
}

.contact-text
{
	text-align: center;
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img/poster4.jpeg);
	background-size: cover;
	background-position: center;
	padding: 6rem 0;
}

.contact-text h1
{
	font-size: 5rem;
	font-weight: bolder;
	letter-spacing: 2px;
	color: #fff;
}

.c-text
{
	margin: 3rem 0;
}

.c-text h1
{
	font-size: 2.5rem;
	font-weight: bolder;
	text-align: center;
}

.c-text p
{
	font-size: 16px;
	color: #4d4d4d;
	max-width: 700px;
	width: 100%;
	margin: 1rem auto;
	text-align: center;
}

/*-------------------------------franchise--------------------*/

form h1
{
  	font-size: 18px;
  	background: #2666ff none repeat scroll 0% 0%;
  	color: rgb(255, 255, 255);
  	padding: 22px 25px;
  	border-radius: 5px 5px 0px 0px;
  	margin: auto;
  	text-shadow: none; 
  	text-align:left
}

form
{
  	border-radius: 5px;
  	max-width:700px;
  	width:100%;
  	margin: 5% auto;
  	background-color: #FFFFFF;
  	overflow: hidden;
  	border: 1.5px solid #cccccc;
}

p span
{
  color: #2666ff;
}

p
{
  	margin: 0px;
  	font-weight: 500;
  	line-height: 2;
  	color:#333;
}

h1
{
  	text-align:center; 
  	color: #666;
  	text-shadow: 1px 1px 0px #FFF;
  	margin:50px 0px 0px 0px
}

input
{
  	border-radius: 0px 5px 5px 0px;
  	border: 1px solid #eee;
  	margin-bottom: 15px;
  	width: 75%;
  	height: 40px;
  	float: left;
  	padding: 0px 15px;
}

a
{
  text-decoration:inherit
}

textarea
{
  	border-radius: 0px 5px 5px 0px;
  	border: 1px solid #EEE;
  	margin: 0;
  	width: 75%;
  	height: 130px; 
  	float: left;
  	padding: 0px 15px;
}

.form-group
{
  	overflow: hidden;
  	clear: both;
}

.icon-case
{
  	width: 35px;
  	float: left;
  	border-radius: 5px 0px 0px 5px;
  	background:#eeeeee;
  	height:42px;
  	position: relative;
  	text-align: center;
  	line-height:40px;
}

i
{
  	color:#555;
}

.contentform
{
  	padding: 40px 30px;
}

.bouton-contact
{
  	background-color: #2666ff;
  	color: #FFF;
  	text-align: center;
  	width: 100%;
  	border:0;
  	padding: 17px 25px;
  	border-radius: 0px 0px 5px 5px;
  	cursor: pointer;
  	margin-top: 40px;
  	font-size: 18px;
}

.leftcontact
{
  	width:49.5%; 
  	float:left;
  	border-right: 1px dotted #CCC;
  	box-sizing: border-box;
  	padding: 0px 15px 0px 0px;
}

.rightcontact
{
  	width:49.5%;
  	float:right;
  	box-sizing: border-box;
  	padding: 0px 0px 0px 15px;
}

.validation
{
  	display:none;
  	margin: 0 0 10px;
  	font-weight:400;
  	font-size:13px;
  	color: #DE5959;
}

#sendmessage
{
  	border:1px solid #fff;
  	display:none;
  	text-align:center;
  	margin:10px 0;
  	font-weight:600;
  	margin-bottom:30px;
  	background-color: #EBF6E0;
  	color: #5F9025;
  	border: 1px solid #B3DC82;
  	padding: 13px 40px 13px 18px;
  	border-radius: 3px;
  	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
}

#sendmessage.show,.show 
{
  	display:block;
}


@media only screen and (max-width: 767px)
{
	.contact-text
	{
		padding: 4rem 0;
	}

	.contact-text h1
	{
		font-size: 3rem;
	}

	.c-text
	{
		margin: 2rem 0;
	}

	.c-text h1
	{
		font-size: 2rem;
	}

	.c-text p
	{
		font-size: 16px;
		padding: 0 10px;
	}

	.contact
	{
	    padding: 30px 0;
	}


}

@media only screen and (min-width: 768px) and  (max-width: 991px)
{
	.contact-text
	{
		padding: 4rem 0;
	}

	.contact-text h1
	{
		font-size: 3rem;
	}

	.c-text
	{
		margin: 2rem 0;
	}

	.c-text h1
	{
		font-size: 2rem;
	}

	.c-text p
	{
		font-size: 16px;
		padding: 0 10px;
	}


}

@media only screen and (min-width: 992px) and  (max-width: 1199px)
{


}