



body {
	background-color: #ffc8dd;
}

nav {
	text-align: center;
	margin-block: 30px;
}

.bouton {
	margin: 6px;
	padding: 10px;
	font-size: large;
	font-family: cinzel;
	color: black; 
	
}
.bouton:hover {
	color: #BA2E64;
}
.image1 {
	margin-top: 200px;
}
.image2 {
	margin-top: 200px;
}
.image3 {
	margin-top: 200px;
}
.texte1 {
	font-size: x-large;
}

.texte {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3em;
	font-family: cinzel;
	color: #BA2E64;


}

.texteCV {
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: x-large;
}
.section {
    display: flex;
    justify-content: center;
    clear: both;
    float: right;
}
.section img{
    margin-right: 50px;
    margin-top: 50px;
}
.ef {
	border-radius: 10px;
	margin-right: 10px;

}

.fr {
	border-radius: 10px;
	margin-right: 10px;

}
