/**********************
		SLIDER
***********************/
#content_contact{
	border-top: 3px solid #e3e3e3;
	border-bottom: 3px solid #e3e3e3;
	width: 100%;
	background-color: #FAFAFA;
	height: 410px;
}
#content_contact_inner{
	padding-bottom: 30px;
	padding-top: 30px;
	height: 350px;
	width: 960px;
	margin: 0 auto;
	background-image:url(../images/Fond-Petales-Actu.png);
	background-repeat: no-repeat;
	background-position: right center;
	color:#555555; 
}
#complete_form_gauche{
	width: 480px;
	float: left;
}
#complete_form_droite{
	width: 480px;
	float: right;
}

#complete_form_gauche input {
    border-radius: 3px 3px 3px 3px;
	color:#555555; 
    height: 29px;
    margin-bottom: 19px;
    padding-left: 39px;
    width: 420px;

    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    line-height: 20px;
	border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(204, 204, 204, 0.075) inset;
	font-family: 'Comfortaa', cursive;
}

#complete_form_gauche .name {
    background: url(../images/formname.png) no-repeat scroll 5px center #FFFFFF;
}
#complete_form_gauche .mail {
    background: url(../images/formmail.png) no-repeat scroll 5px center #FFFFFF;
}
#complete_form_gauche .phone {
    background: url(../images/formphone.png) no-repeat scroll 5px center #FFFFFF;
}
#complete_form_gauche .societe {
    background: url(../images/Societe.png) no-repeat scroll 5px center #FFFFFF;
}
#complete_form_droite textarea {
    border-radius: 3px 3px 3px 3px;
	color:#555555; 
    height: 29px;
    margin-bottom: 10px;
    padding: 11px;
    width: 420px;
	height:165px;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    line-height: 20px;
	border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(204, 204, 204, 0.075) inset;
	font-family: 'Comfortaa', cursive;
    float: right;
}

#complete_form_valid input{
	font-family: 'Comfortaa', cursive;
    background: none repeat scroll 0 0 #187CCC;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 15px;
    padding: 4px 12px;
    text-transform: uppercase;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
    cursor: pointer;
}
#complete_form_valid input:hover{
    background: none repeat scroll 0 0 #252528;
}
#complete_form_valid{
	text-align: right;
}


/**********************
	BOUTON
***********************/
.btn {
	border: none;

	cursor: pointer;
	display: inline-block;

	color: inherit;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;


	background-color: #e20046;
	color: #fff;
	text-align: center;
    border-radius: 3px 3px 3px 3px;

	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	background-repeat: no-repeat;
	background-position:-40px 50%;


	color: #FFFFFF;
    font-family: 'Comfortaa',cursive;
    font-size: 18px;
    padding: 7px;
	background-image: url(../images/Mail.png);
}


.btn:hover {
	background-position: center center;
}
.btn span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}

.btn:hover span {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	left: 0;
}



#bloc_map{
	position: relative;
}
#map{
	width: 100%;
	height: 600px;
}
#fiche_contact{
    position: absolute;
    top: 490px;
    left: 120px;	
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
	border:3px solid #E3E3E3;
    margin: 0;
    padding: 20px;
	color:#555555; 
}
#fiche_contact a{
	color:#E20046; 
}
.disabled{
	background-color: #CCCCCC !important;
}
#logo_map{
	cursor: pointer;
}
.h1_contact {
    color: #373737;
    font-family: 'Comfortaa',cursive;
    font-size: 21px;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 0;
}
.message_erreur{
	
}

/*-------------------------------------------------- */
/* Ipad > portrait & Nexus 7 paysage OR Nexus 7 portrait*/
@media (min-width: 768px) and (max-width: 979px) , (min-width: 600px) and (max-width: 767px) { 

	#content_contact_inner{
		padding: 30px 15px;
		height: 410px;
		width: 100%;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */

	}
	#complete_form_gauche{
		width: 50%;
		float: left;
		padding-right:15px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
	#complete_form_droite{
		width: 50%;
		float: right;
		padding-left:15px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
	
	#complete_form_gauche input {
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	    width: 100%;
		margin-bottom: 17px;
   	}
	
	#complete_form_droite textarea {
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	    width: 100%;
	}
	#bloc_map{
		display: none;
	}
	#map{
		display: none;
	}

	/**********************
		BOUTON
	***********************/
	.btn:hover {
		background-position:-40px 50%;
	}
	.btn span {
		display: inline-block;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.3s;
		-webkit-backface-visibility: hidden;
		-moz-transition: all 0.3s;
		-moz-backface-visibility: hidden;
		transition: all 0.3s;
		backface-visibility: hidden;
	}
	
	.btn:hover span {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		left: auto;
	}

	#fiche_contact{
	    position: relative;
	    top: 0px;
	    left: 0px;	
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		color:#555555;
		width: 325px;
		margin:20px auto;
		border: none;
	}
	#fiche_contact a{
		color:#E20046; 
	}
	.disabled{
		background-color: #CCCCCC !important;
	}
	#logo_map{
		cursor: pointer;
	}
	.h1_contact {
	    color: #373737;
	    font-family: 'Comfortaa',cursive;
	    font-size: 21px;
	    font-weight: normal;
	    margin: 0 0 20px;
	    padding: 0;
	}
	.message_erreur{
		border: 1px solid #E20046 !important;
		color: #E20046 !important;
	}

}
@media (max-width: 599px) {
	#content_contact {
		height: 100%;
		min-height: 100%;
		width: 100%;
	}
	#content_contact_inner{
		padding: 30px 15px;
		height: 100%;
		min-height: 100%;
		width: 100%;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */

	}
	#complete_form_gauche{
		width: 100%;
		float: left;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		height: 100%;
		min-height: 100%;
	}
	#complete_form_droite{
		height: 100%;
		min-height: 100%;
		width: 100%;
		float: right;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
	
	#complete_form_gauche input {
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	    width: 100%;
		margin-bottom: 17px;
   	}
	
	#complete_form_droite textarea {
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	    width: 100%;
	}
	#bloc_map{
		display: none;
	}
	#map{
		display: none;
	}

	/**********************
		BOUTON
	***********************/
	.btn:hover {
		background-position:-40px 50%;
	}
	.btn span {
		display: inline-block;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.3s;
		-webkit-backface-visibility: hidden;
		-moz-transition: all 0.3s;
		-moz-backface-visibility: hidden;
		transition: all 0.3s;
		backface-visibility: hidden;
	}
	
	.btn:hover span {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		left: auto;
	}

	#fiche_contact{
	    position: relative;
	    top: 0px;
	    left: 0px;	
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		color:#555555;
		width: 365px;
		margin:20px auto;
		border: none;
	}
	#fiche_contact a{
		color:#E20046; 
	}
	.disabled{
		background-color: #CCCCCC !important;
	}
	#logo_map{
		cursor: pointer;
	}
	.h1_contact {
	    color: #373737;
	    font-family: 'Comfortaa',cursive;
	    font-size: 21px;
	    font-weight: normal;
	    margin: 0 0 20px;
	    padding: 0;
	}
	.message_erreur{
		border: 1px solid #E20046 !important;
		color: #E20046 !important;
	}
}