p
{
	font-family: Open Sans, sans-serif;
}

a
{
	text-decoration: none;
	color:black;
}

h1
{
	font-size: 35px;
	font-family: Open Sans, sans-serif;
	text-align: right;
	margin-right: 60%;
	border-bottom: 3px solid #E75936;

}

body
{
	font-family: Open Sans, sans-serif;
	font-size: 18px;
}

.espace
{
	height: 30px;
	width: 100%;
}

.espace_border
{
	height: 30px;
	width: 100%;
	border-bottom: #5a5a5a solid 3px;
	margin-left: auto;
	margin-right: auto;
}

.special
{
	color: #E75936;
	font-weight: bold;
	font-style: italic;
}

.afterheader
{
	width: 100%;
	height: 40px;
}

.travaux2
{
	transition: .5s;
}

.travaux2:hover
{
	transform: scale(2);
}

#box_img
{
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}

.agrandissement
{
	transition: .5s;
	width: 200px;
}

.agrandissement:hover
{
	transform: scale(2);
}

.taille2
{
	display: block;
	width: 23px;
	height: 34px;
}

.taille3
{
	display: block;
	width: 30px;
	height: 33px;
}

.taille4
{
	display: block;
	width: 100%;
	height: 100%;
}

.entretien
{
	width: 183px;
	height: 156px;
}

#entretien
{
	padding-top: 110px;
}

.renovation
{
	width: 183px;
	height: 156px;
}

#renovation
{
	padding-top: 110px;
}

.travaux
{
	width: 183px;
	height: 156px;
}

#travaux
{
	padding-top: 110px;
}

.patrimoine
{
	width: 183px;
	height: 156px;
}

#patrimoine
{
	padding-top: 110px;
}

.colonnes
{
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.colonne1
{
	text-align: left;
	width: 45%;
}

.colonne2
{
	text-align: left;
	width: 45%;
}

#renovation
{
	/*background-image: url("renovation3.jpg");*/
	background-repeat: no-repeat;
	background-position: center;
}

#travaux
{
	/*background-image: url("travaux3.jpg");*/
	background-repeat: no-repeat;
	background-position: center;
}

#patrimoine
{
	/*background-image: url("patrimoine3.jpg");*/
	background-repeat: no-repeat;
	background-position: center;
}

#presentation
{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: space-between;
}

#presentation2
{
	display: flex;
	height: 100px;
}

#entete
{
	display: flex;
	flex-wrap: wrap;
	background-color: white;
}

#ancre
{
	display: flex;
	justify-content: space-around;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	flex-wrap: nowrap;
}

#ancre a:hover
{
	opacity: 0.5;
}
