h1, .section_title{
	font-family: 'Macarons', serif;
}

.container{
	margin-top: 50px;
}

.container a{
	color: inherit;
}

#profil_left {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: 300px;
	text-align: center;
	align-items: center;
}

#photo_profil{
	height: 150px;
	margin-bottom: 20px;
}

#photo_profil img{
	height: 100%;
	border-radius: 50%;
}

#contacter_btn, #add_btn{
	color: #fff;
	background-color: #b3a38c;
	width: 50%;
	margin-bottom: 20px;
}

#contacter_btn:hover, #add_btn:hover{
	background-color: #7a5146;
}

/* PARTIE DROITE */
#profil_right{
	border-left: 1px lightgray solid;
}

#galerie{
	padding: 0;
}

#apports{
	width: 100%;
	display: flex;
	justify-content: space-between;
	vertical-align: middle;
}

#apports h5{
	margin-top: 2%;
}

#apports a{
	width: 100px;
}

#flexeur {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}

.bouton{
	color: #fff;
	background-color: #b3a38c;
	width: 12%;
	margin-bottom: 20px;
	border-radius: 5%;
	text-align: center;
}

.bouton a {
	color: #fff;
}

.bouton:hover{
	background-color: #7a5146;
}


/* MOBILE */
@media (max-width: 768px){
	#profil_right{
		text-align: center;
		border-left: none;
	}
	#flexeur {
		flex-wrap: wrap;
	}
	.bouton{
		width: 22%;
	}
}
