<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************************** css du menu ***********************************/

.navbar {
	background-color: white;
	border-bottom: solid 2px #252efc;
}

.navbar-default .navbar-nav&gt;li&gt;a{
	color: #252efc;
}

.qualif{
	text-align: center;
	color: #337ab7;
	margin-top: 25px;
}





/********************************** css de l'accueil **********************************/
.accueil{
	margin-top: 50px;
	text-align: center;

}

.presentation{
	margin-top: 20px;
	text-align: center;
}

.presentation-photo{
	max-width: 80%;
	height: auto;
}

.travaux{
	margin-top: 20px;
	text-align: center;
}




/*********************************css de la page clients *********************************/
.client{
	margin-top: 100px;
	text-align: center;
}

.client-logo{
	margin-top: 50px;
	float: left;
	height: 100px;
}





/******************************** css google map **************************************/

.googleMap{
	margin-top: 100px;
	width: 350px;
	height: 0;
	overflow: hidden;
	padding-bottom: 30%;
	min-height: 350px;


}

.contact{
	margin-top: 100px;
	margin-left: 100px;
	text-align: left;
}




/*******************************css nos realisations **************************************/

.liste-rea{
	margin-top: 50px;
}

.def{
	margin-top: 50px;
	font-size: 14px;
	color: #337ab7;
	height: 120px;

}

.def span{
	display: inline-block;
	margin-top: 30px;
}

.def a{
	width: 100%;
	display: block;
}

.col-xs-12.col-sm-6.def p a:hover {color : #77B5FE}


.photo{
	margin-top: 50px;
	height: 120px;
	text-align: center;
}




/**************************** css chantier avec photo ***************************************/

.gras2{
	margin-top: 50px;
	font-size: 20px;
	color: #337ab7;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.desc{
	margin-top: 50px;
	font-size: 16px;
	color: #337ab7;
}

.photo2{
	margin-top: 20px;
}

.archi{
	margin-top: 50px;
	font-size: 14px;
	color: #337ab7;
	text-align: right;
}

em{
	font-style: normal;
}


/******************************* css formulaire photo  **********************************/

.connexion{
	border: solid 2px blue;
	max-width: 500px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.formulaire-chantier{
	border: solid 2px blue;
}

.formulaire-photo{
	border: solid 2px blue;
	margin-top: 25px;
}

.supprimer-chantier{
	margin-top: 25px;
	border: solid 2px blue;
}

/******************************************************************************** css partie appli *********************************************************************/

.accueil-logo{
	margin-top: 5%;
	text-align: center;
}

.accueil-choix{
	margin-top: 10%;
	text-align: center;
	border: solid 2px blue;
	padding-top: 5%;
	padding-bottom: 5%;
	border-radius: 10%;
}

.btn-menu{
	margin-top: 10%;
}
</pre></body></html>