/*--------------------------------------*\
                 GENERALE
\*--------------------------------------*/

@font-face
{
	font-family: myriad-pro-semiextended, sans-serif;
	font-weight: 300;
	font-style: normal;
}

#section_contact
{
	background: url("../img/bg_contact.jpg");
			background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
	width: 100%;
	height: 840px;
	display: flex;
	flex-direction: column;
}

/*--------------------------------------*\
                   NAV
\*--------------------------------------*/

#active /*lien de nav coloré lorsque l'on est sur la page du lien*/
{
	background: black;
	padding: 17px 31px 19px 31px;
	color: #aeaeae;
}

/*--------------------------------------*\
                FORMULAIRE
\*--------------------------------------*/
#conteneur_formulaire
{
	animation: apparition 1s;
	-webkit-animation: apparition 1s;

	width: 512px;
	background: rgba(35,31,32,.4);
	border: 1px solid rgb(35,31,32);
	margin-top: 206px;
	align-self: center;
	padding: 0 0 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#titre_ctt
{
	animation: descente 1s;
	-webkit-animation: descente 1s;

	font-family: myriad-pro-semiextended;
	font-size: 31px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 21px;
	margin: 40px 0 0 0;
	text-align: center;
}

#sep_2
{
	animation: comeright 1s;
	-webkit-animation: comeright 1s;

	background: url("../img/sprites.png");
	width: 54px;
    height: 8px;
    background-position: -303px -105px;
    margin: 28px 0;
}

form
{
	padding: 0;
}

form p
{
	margin: 0 0 18px 0;
}

input
{
	height: 22px;
}

input, textarea
{
	width: 302px;
}

textarea
{
	vertical-align: top;
	resize: none;
	height: 60px;
	padding: 0;
	margin: 0;
}

input, textarea
{
	float: right;
	background: none;
	border: 1px solid white;
	color: white;
	padding-left: 5px;
	box-sizing: border-box;
	font-family: Quicksand;
}

label
{
	margin-right: 22px;
	text-transform: uppercase;
	line-height: 11px;
	box-sizing: border-box;
}

#bouton
{
	text-transform: uppercase;
	margin-top: 40px;
	cursor: pointer;
}

#bouton:hover
{
	background: rgba(255,255,255,.1);
}

.g-recaptcha
{
	position: relative;
	top: 10px;
	left: 101px;
}

textarea::placeholder, input::placeholder
{
	color: transparent;
}

::-ms-input-placeholder
{
	color: transparent;
}

::-webkit-input-placeholder
{
	color: transparent;
}

::-moz-placeholder
{
	color: transparent;
}

::-moz-placeholder
{
	color: transparent;
}

#precision
{
	animation: apparition 1s;
	-webkit-animation: apparition 1s;

	font-size: 10px;
	text-align: center;
	margin: 10px 10px 0 10px;
}

/*--------------------------------------*\
              MEDIA QUERIES
\*--------------------------------------*/
@media (max-width: 1300px)
{
	#active /*lien de nav coloré lorsque l'on est sur la page du lien*/
	{
		color: white;
		padding: 0;
		background: rgba(35,31,32,0.8)
	}

	#conteneur_formulaire
	{
		margin-top: 130px;
		margin-bottom: 130px;
	}

	#section_contact
	{
		height: 100%;
	}
}

@media (max-width: 600px)
{
	#conteneur_formulaire
	{
		width: 90%;
	}

	#titre_ctt
	{
		margin: 40px 30px 0 30px;
	}

	form
	{
		margin: 0 30px;
	}

	#section_contact
	{
		background-position: -600px 0;
	}
}

@media (max-width: 562px)
{
	#sep_2
	{
		margin: 22px 0 28px 0;
	}

	#titre_ctt
	{
		line-height: 31px;
	}
}

@media (max-width: 520px)
{
	#titre_ctt
	{
		font-size: 28px;
	}

	form p
	{
		display: flex;
		flex-direction: column;
	}

	label
	{
		display: none;
	}

	textarea::placeholder, input::placeholder
	{
		color: rgba(255,255,255,.8);
	}

	::-ms-input-placeholder
	{
		color: rgba(255,255,255,.8);
	}

	::-webkit-input-placeholder
	{
		color: rgba(255,255,255,.8);
	}

	::-moz-placeholder
	{
		color: rgba(255,255,255,.8);
	}

	:-moz-placeholder
	{
		color: rgba(255,255,255,.8);
	}

	#bouton
	{
		margin-top: 0px;
		margin-right: 2px;
	}

	.g-recaptcha
	{
		top: -8px;
		left: 0px;
	}
}


@media (max-width: 480px)
{
	footer
	{
		margin: -60px 0 0 0 ;
	}
}

@media (max-width: 360px)
{
	#conteneur_formulaire
	{
		width: 100%;
		background: rgba(35,31,32,.7);
	}
}
