.container-fluid {
	background-color: #f6f0e8;
}

.navbar{
	margin-bottom: 0;
}

.navbar-default {
  border-color: #796D8F;
  font-family: "Fascinate Inline", system-ui;
}

.navbar-nav > li > a {
  font-family: "Tinos", serif;
}

.row{
	text-align: center;
}

.intro{
	margin-top: 0;
	display: inline-block; 
	padding-top: 40px; 
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.intro h1{
	margin-top : 0; 
}

.texte-intro{
	font-family:"Fascinate Inline", system-ui;
	text-align: center;
	color: #796D8F;
	margin-top: 10px;
}

.cadre{
	padding: 50px;
	margin: 50px;
	text-align: center;
	display: flex;
	flex-direction: column;
	font-family: "Tinos", serif;
	font-weight: 400;
}


.img-circle-wrapper {
	margin: 0 auto;
	width: 220px;
    height: 220px;
    overflow:hidden;
    border-radius: 50%;
}

.img-circle-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 80% center;
	display: block;
}

.title{
	text-align: center;
	font-family:"Fascinate Inline", system-ui;
	color: #796D8F;
	padding-top: -40px;
	margin-top: 40px;
	margin-bottom: -70px;
}

.title2{
	text-align: center;
	font-family:"Fascinate Inline", system-ui;
	color: #796D8F;
	padding-top: -20px;
	margin-top: 5px;
	margin-bottom: -90px;
}

.title3{
	text-align: center;
	font-family:"Fascinate Inline", system-ui;
	color: #796D8F;
	padding-top: -20px;
	margin-top: 10px;
	margin-bottom: 60px;
}

.title4{
	text-align: center;
	font-family:"Fascinate Inline", system-ui;
	color: #796D8F;
	padding-top: -20px;
	margin-top: 80px;
	margin-bottom: 50px;
}

.intitule{
	text-align: left;
	margin-left: 1px;
	display: flex;
	position:relative;
	margin-bottom: -30px;
	margin-top: 40px;
}

.nomformation{
	margin-top: -10px;
	font-family:"Fascinate Inline", system-ui;
	font-weight: 400;
}

.date{
	writing-mode:vertical-rl;
	text-orientation:mixed;
	margin-top: 7px;
	margin-left: -60px;
	font-family: "Tinos", serif;
	font-weight: 400;
}

.lieu{
	text-align:center;
	position: relative;
	margin-left: 10px;
	top:  20px;
	font-family: "Tinos", serif;
	font-weight: 400;
}

.taches{
	text-align: left;
	position: relative;
	margin-left: 10px;
	top: 20px;
	font-family: "Tinos", serif;
	font-weight: 400;
}

.taches1{
	text-align: left;
	position: relative;
	margin-left: 10px;
	top: -10px;
	font-family: "Tinos", serif;
	font-weight: 400;
}

.lieu2{
	text-align:left;
	position: relative;
	margin-left: 10px;
	top:  -5px;
	font-family: "Tinos", serif;
	font-weight: 400;
}

a{
	color:  black;
}
a:hover {
	text-decoration: none;
	color:  #796D8F;
	font-style: italic;
}

.competence{
	text-align:center;
	margin-top:  5px;
	font-family: "Tinos", serif;
}

.progress-bar{
	background-color: #796D8F;
	opacity: 0.8;
}

.CV{
	text-align : left;
}

.btn{
	background-color: #796D8F;
	border-color: #796D8F;
	margin-top:  10px;
}

.btn:hover{
	transform: scale(1.1);
	background-color: #8F6D83;
	border-color: #8F6D83;
}

.btn:focus{
	background-color:#8F6D83;
	border-color: #8F6D83;
	outline: none;
}

.conception{
	font-style: italic;
	font-family: "Tinos", serif;
}

.contact-center {
  min-height: 100vh;         
  display: flex;
  flex-direction: column;
  justify-content: center;    
  align-items: center;        
  text-align: center;         
  gap: 1rem;
 }

 .contactez-moi{
 	font-family: "Tinos", serif;
 	margin-top: -50px;
 }

.socials svg{
	fill: #796D8F;
}