.contactGauche
{
	background-color: #009C93;
	height: 650px;
}

.logoContact
{
	width: 28px;
	margin-right: 6px;
}

.titreContact{
	color: white;
    margin-top: 25px;
    font-size: 20px;
}

.btnForm
{
	background-color: #003E65;
	color: white;
	margin-left: 5px;
}

.btn:hover {
    background-color: #005184 !important;
	color: white;
}

.inputForm
{
	margin: 5px;
}

.textGauche
{
	margin-left: 25px;
	color: white;
}

.textForm{

	width: 425px !important;
    margin-left: 5px;
}

iframe
{
	width :100%; 
	height: 100%;
}





/****************/
/*      LG      */
/****************/
@media (min-width: 992px) {
#inputContact
{
	margin-top: 5%;
}

#row1Textdroite
{
	margin-top: 3%;
	color : #003E65;
}
#row1Textgauche
{
	margin-top: 4%;
	color : #003E65;
	text-align: center;
}
#row1Bouton
{
	margin-top: 10px;
}

label
{
	width: 500px;
}

h3
{
	margin-top: 2%;
	color : #003E65;
}

#besoin 
{
	margin-top: 4%;
	width: 100%; 
	height: 60%;
}

#map
{
	width: 100%;
	margin-bottom: 30px;
}

.SVGcontact
{
	width: 100%;
}

.carreContact
{
	margin-left: 75px;
    margin-right: 75px;
    width: 250px;
    height: 160px;
    background-color: #003E65;
    border-radius: 5px;
    border: solid;
    border-color: #003E65;
}

.contactGauche
{
	background-color: #009C93;
	height: 520px;
}

.titreContact
{
	color: white;
	margin-left: 25px;
	margin-top: 25px;
}

.imgTelephone
{
	width: 16px;
	margin-right: 4px;
}

.textGauche
{
	margin-left: 25px;
	color: white;
}

.logoContact
{
	width: 28px;
	margin-right: 6px;
}

.separationFooter
{
	margin-top: 3px;
	width: 100%;
}

.btnForm
{
	background-color: #003E65;
	color: white;
	margin-left: 25px;
}

.btnForm:hover
{
	background-color: #005184 !important;
	color: white;
}


.formulaire
{
	margin-left: 20px;
}

.inputForm
{
	margin: 5px;
}

.textForm
{
	width: 425px !important;
    margin-left: 5px;
}

}


@media screen and (min-width: 577px) and (max-width: 937px){

.textForm
{
	width: 210px !important;
}

}


@media screen and (min-width: 890px) and (max-width: 991px){

.contactGauche
{
	height: 600px;
}

}

@media screen and (min-width: 918px) and (max-width: 944px){

	.inputForm {
    margin: 4px;
}
}

