@charset "UTF-8";
/* CSS Document */

.container
	{
		display: flex;
		flex-direction: column;
		text-align: center;
		width: 100%;
		margin: auto;
	}

.image
	{
		background: url('images/home_projet.jpg') center no-repeat;
		height:806px;
	}
	
.title
	{
		font-family: 'Crimson Text', serif;
		font-size: 75px;
		color: #3b4a5f;
		text-align: center;
		margin-top: 40px;
		margin: auto;
	}
	
.soustitre
	{
		font-family: 'Handlee', cursive;
		font-size: 40px;
		color:#9fb9b8;
		text-align: center;
		line-height: 50px;
	}
	
.title2
	{
		font-family: 'Crimson Text', serif;
		font-size: 40px;
		color: #3b4a5f;
		text-align: center;
		padding-top: 65px;
		line-height: 40px;
	}

.titleformulaire
	{
		font-family: 'Crimson Text', serif;
		font-size: 40px;
		color: #3b4a5f;
		text-align: center;
		padding-top: 40px;
		line-height: 40px;
	}
	
.content
	{
		font-family: 'Crimson Text', serif;
		font-size: 25px;
		color: #3b4a5f;
		text-align: center;
		width: 100%;
		max-width: 1280px;
		margin: auto;
		padding-bottom: 35px;
	}
	
.content2
	{
		font-family: 'Crimson Text', serif;
		font-size: 24px;
		color: #3b4a5f;
		text-align: center;
		line-height: 28px;
		padding-bottom: 30px;
	}
	
.projet
	{
		font-family: 'Handlee', cursive;
		font-size: 30px;
		color:#d79943;
		text-align: center;
		background: url('images/background_form1.gif');
		min-height: 310px;
		height: auto;
    	line-height: 70px;
		width: 100%;
		margin: auto;
	}

.projettext
{
	line-height: 25px;
	padding-top: 20px;
    padding-bottom: 20px;
}

.projettext2
{
	line-height: 35px;
	padding-top: 20px;
    padding-bottom: 20px;
}
	
.timeline
	{
		height: 230px;
    	background: url(images/timeline.gif) center no-repeat;
   		margin-top: 20px;
	}
	
.nltext
	{
		font-family: 'Crimson Text', serif;
		font-size: 18px;
		color: #3b4a5f;
		text-align: center;
		line-height: 25px;
		padding-bottom: 40px;
	}

.cgtext
{
	text-align: left;
	font-size: 16px;
	padding: 0px;
	color: #3b4a5f;
	line-height: 20px;
}

.formulaire_container
{
	background: url('images/background_form1.gif');
	width: 100%;
}

.formulaire_titre
{
	font-size: 24px;
	font-weight: bold;
	color: #d79943;
	height: 15px;
}

.formulaire_particulier
	{
		font-family: 'Crimson Text', serif;
		font-size: 20px;
		color:#9fb9b8;
		text-align: center;
		min-height: 390px;
		height: auto;
		width: 100%;
		max-width: 1280px;
		margin: auto;
	}
	
.formulaire_entreprise
	{
		font-family: 'Crimson Text', serif;
		font-size: 20px;
		color:#9fb9b8;
		text-align: center;
		min-height: 500px;
		height: auto;
		margin: auto;
		width: 100%;
		max-width: 1280px;
		margin-bottom: 30px;
	}
	
.formulaire_content
	{
		font-family: 'Crimson Text', serif;
		font-size: 20px;
		color:#d79943;
		width: 100%;
		margin: auto;
	}
	
input
	{
		font-family: 'Crimson Text', serif;
		font-size: 21px;
		color:#3b4a5f;
		padding: 0 0 0 5px;
		width: 90%;
    	max-width: 310px;
		box-shadow: -2px 2px 0px 0px rgba(171, 171, 171, 1);
    	border: 1px solid #9fb9b8;
		margin-top: 10px;
		height: 45px;
}
	
input[type=checkbox]
	{
		-webkit-appearance: none;
    	-moz-appearance: none;
    	-ms-appearance: none;
		
		-border-radius: 4px;
    	height: 20px;
    	width: 20px;
    	background: #fff;
    	border: 1px solid #9fb9b8;
		vertical-align: bottom;
	}
	
input[type="checkbox"]:checked {
  background: #9fb9b8;
  position: relative;
}
	
.btn
	{
		font-family: 'Crimson Text', serif;
		background-color: #9fb9b8;
		color: #FFFFFF;
		height: 50px;
		width: 40%;
		box-shadow: -2px 2px 0px 0px rgba(171, 171, 171, 1);
    	border: 1px solid #9fb9b8;
    	font-size: 24px;
	}

.sep
	{
		border: 0;
    	border-top: 1px solid #9fb9b8;
		width: 100%;
		margin: auto;
	}
	
.sep1
	{
		background: url(images/sep1.gif) center no-repeat;
		height: 10px;
		padding-bottom: 40px;
	}
	
.sep2
	{
		height: 15px;
		background: url(images/sep2.gif) center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
p
	{
		margin: 0px;
		line-height: 1.2;
		color:#3b4a5f;
}

ul
	{
		line-height: 15px;
		color:#3b4a5f;
		padding-top: 25px;
	}

@media only screen and (max-device-width:480px) {

.image
	{
		background: url('images/home_projet_mob.jpg') center no-repeat;
		height:302px;
	}

.title2
	{
		font-size: 20px;
		padding-top: 30px;
		line-height: 20px;
	}
	
.content
	{
		font-size: 14px;
		padding-bottom: 35px;
		line-height: 14px;
	}
	
.content2
	{
		font-size: 14px;
		padding-bottom: 15px;
		line-height: 14px;
	}
	
.projet
	{
		padding-top: 20px;
		font-size: 16px;
		font-weight: bold;
		background: url('images/background_form1.gif');
    	line-height: 16px;
		min-height: 270px;
	}
	
.projettext
{
	line-height: 15px;
	padding-top: 10px;
    padding-bottom: 10px;
}
	
.projettext2
{
	line-height: 15px;
}
	
.timeline
	{
		height: 75px;
    	background: url(images/timeline_mob.gif) center no-repeat;
   		margin-top: 10px;
	}
	
.nltext
	{
		font-size: 12px;
		padding-bottom: 20px;
		line-height: 12px;
	}
	
.sep2
	{
		background: url(images/sep2.gif) center;
	}

.titleformulaire
	{
		font-size: 20px;
		color: #3b4a5f;
		text-align: center;
		padding-top: 20px;
		line-height: 20px;
	}
	
.formulaire_titre
{
	font-size: 18px;
	line-height: 15px;
}
	
ul
	{
		line-height: 10px;
		font-size: 11px;
	}
	
.btn
	{
		height: 20px;
		width: 150px;
		margin-top: 10px;
    	font-size: 14px;
	}
	
	input
	{
		font-family: 'Crimson Text', serif;
		font-size: 12px;
		color:#3b4a5f;
		padding: 0 0 0 5px;
		width: 90%;
    	max-width: 310px;
		box-shadow: -2px 2px 0px 0px rgba(171, 171, 171, 1);
    	border: 1px solid #9fb9b8;
		margin-top: 10px;
		height: 20px;
}

}

input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px white inset;
}