/* Couleurs : 

Voir commun.css

 */

/* PAGE CONTACT --------------------------------------------------------------------- */


#div-contact {
	min-width: 100%;
	background-color: #f2f6f7;
	color :  #3d566e;
}
#div-contact.page-contenu {
	padding-bottom: 0;
}

#div-contact ul{
	padding-left: 0;
	margin-left: 0.9375em;
}
#div-contact-white-part{
	overflow: scroll;
	height : 50.05rem;
	background-color: white;
	min-width: 100%;
	padding: 1.25em 4% 3.75em 4% ;
}


#div-contact-white-part > div:nth-child(1){
	padding-left: 0 !important;
}

#div-contact-white-part iframe {
	min-width: 100%;
	border: none;
	min-height: 54.375em;
	overflow: hidden;
}

#div-contact-white-part select {
	font-weight: normal !important;
}

#div-contact-white-part #IdentiteNom,
#div-contact-white-part #IdentitePrenom {
	min-width: 17.625em;
}

#div-contact-white-part #nationalite,
#div-contact-white-part #type_diplome {
	min-width: 15.3125em;
}

#div-contact .numero-bold{
	font-weight: 800;
	font-size: 1.5em;
}

#div-contact #ul-service-accessible li{
	margin-bottom: 0.625em;
}

#div-contact .btn-bloc-phase-couleur{
	background-color: white;
	text-align: center;
	padding: 0.9375em 1.25em 0.9375em 1.25em;
}

#div-contact #ul-numeros-outemer li{
	margin-bottom: 0.3125em;
}


/** RESPONSIVE PAGE CONTACT -------------------------------------------------------------------------**/

@media (max-width: 950px) {
	#div-contact-white-part iframe {
		min-height: 64.375em;
	}
}





