body{
	background-color:#c5b6b6;
}
img{
    width: 100%;
    
}
.profil{
    width: 20%;
}
.image{
	width: 5%;
}
body{
	margin:0;
	overflow-x: hidden;
}
 svg{
	margin-bottom:-100px ;
 }
.fond{
	background-image: url("../img/code4.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 50vh;
	padding-top: 200px;
	font-size: 30px;
	color: rgb(255, 255, 255);
	font: italic 1.2em "Fira Sans", serif;
}
.centrage{
	text-align: center;
}

.propos{
	padding-top: 100px;
}
.titre{
	
	
	font-size: 35px;
	font-family: cursive;
	
}
label {
    padding-right: 10px;
	font-size: 1rem;
	text-align: center;
	
	
}
.arro{
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 30px;
	color: rgb(77, 19, 124);
}

.competences{
	background-color: #fff;
}
.card{
	border: 0px solid rgba(253, 247, 247, 0.125);
}

.interet{
	background-color: rgb(173, 164, 164);
}

