 h1 { 
	font-family: 'Abril Fatface', cursive;
	color: white; 
	text-align: center;
	text-shadow: 1px 1px 2px black; 
  }

h3 {
  text-align: center;
    color: black;
    font-family:'EB Garamond', serif; 

}

h4 {
  	text-align: center;
  	color: white;
  	font-family:'EB Garamond', serif; 
  }

body {
	background: url(paint-2940513_1920.jpg); 
	background-repeat: no-repeat;
	background-attachment: fixed;
}

p {
  color: white;
  font-family:'EB Garamond', serif; 
  text-align: center; 
}

/*bouton déroulant en responsive pour changer la couleur afin qu'on le repère plus facilement*/ 
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #7f98e8;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*fin bouton*/ 
#icone {
  display: inline-flex; 
  padding-top: 15px;
  padding-bottom: 15px;

 } 
  /*--icones navbar--*/ 
 .fa-facebook {
  color: #3b5998; 
 }
 .fa-instagram {
  color: #8a3ab9; 
 }
 .fa-twitter {
  color: #00acee ; 
 }
.parcours {
  margin-top: 30px; 
}

#presentation {
  border: double; 
  border-color: white; 
  width: 400px;  
  margin-left: auto;
  margin-right: auto; 
  margin-top: 60px; 
  margin-bottom: 90px ; 
 }

#work {
  width: 900px; 
  margin-right: auto;
  margin-left: auto;
}


