/* fichier css*/

html {
  scroll-behavior: smooth;
}

body {
	background-size: cover;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
}

h1, h2, h3, h4 {
	font-family: 'Marcellus', serif;
	font-weight: 600;
}

a {
	color: #874b1f;
}

a:hover {
	color: #d2bc9e;
}

.row {
	z-index: 0;
}
.navbar.sticky {
	margin-bottom: 0px;
	padding-bottom: 0px;
	z-index: 1;
}

.navbar {
	border-color: #e5d8c6;
	margin-bottom: 0px;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.container-fluid {
	background: #e5d8c6;
	z-index: 1;
}

.navbar.sticky a {
	color: #4a2800;
}

.titre {
	background: url('Wood.jpg') ;
	background-attachment: local;
	background-position: top;
	background-size: cover ;
	height: 350px;
	margin-top:0px;
	color:saddlebrown;
	align-items: center;
	text-align: center;
	padding-top: 10px;
}


.titre h1 {
	font-size: 35px;
	margin-top: 60px;
}

.titre h2 {
	font-style: italic;
	font-size: 30px;
	padding-bottom: 40px;
}

.btn-lg {
	background: #e5d8c6;	
	border-color: #c1b099;
	height: 50px;
	width: 180px;
	text-align: center;
	padding-top: 13px;
	color: #4a2800;
	text-shadow: none;
	font-style: italic;
}	

.btn-lg:hover {
	background-color: #f8efe2;	
	border-color: rgba(203, 178, 142, 1.0)
	color: #af8b57;
}


.about {
	background: #eee5d9;
}

.container {
	text-align: justify;
}

.about p {
	text-align: justify;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 20px;
	margin-top: 20px;
}

.about img {
	float: left;
	margin: 10px;
	margin-right: 30px;
	width: 250px;
}


.Scolarité {
	background-color: #fff9f0;
}

.Expériences {
	background: #eee5d9;
}


.Compétences {
	background-color: #fff9f0;
}

.Logiciels {
	background: #eee5d9;
}

.CV {
	padding-top: 40px;
	padding-bottom: 50px;
}
.CV h2 {
	color:saddlebrown;
	text-align: left;
	font-style: italic;
	font-size: 30px;
	margin-left: 50px;
	padding-bottom: 30px;
}

.CV h3 {
	color:#52180a;
	margin-top: 30px;
}

.droite {
	text-align: right;
}

.droite p {
	margin-bottom: 3px;
}

.gauche p {
	margin-bottom: 3px;
}

.row h2 {
	color:saddlebrown;
	text-align: center;
	font-style: italic;
	font-size: 30px;
	margin-top: 50px;
}

.Compétences h3 {
	text-align: center;
	margin-bottom: 30px;
}

.Compétences p {
	margin-bottom: 30px;
}

.Logiciels h3 {
	text-align: center;
	margin-bottom: 30px;
}

.logo {
	text-align: center;
	margin-bottom: 30px;
}

.Contact {
	background-color: #fff9f0;
	padding-bottom: 30px;
	padding-top: 30px;

}

.Contact h2 {
	text-align: center!important;
	color: saddlebrown;
	padding-bottom: 20px;
}

.à.venir h3 {
	font-style: italic;
}



