style.css	

/*Styles généraux*/
html, h3, p {font-family:'Roboto Condensed', sans-serif;}
h1, h2, h4 {font-family:'Abyssinica SIL', serif;}
body{
	background: #D8BFD8;
}
h2 {
	text-align: center;
	color: rebeccapurple;
	text-decoration: underline;
}
h3 {
	text-align: justify-all;
}
p {
	font-size: 12px;
	line-height: 18px;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
		text-decoration: underline;
		color: rebeccapurple;
		}


/*navbar*/
.topnav{
	  background-color: #fff;
	  overflow: hidden;
	  font: 12px 'Roboto Condensed', sans-serif;
	  width: 100%;
	  color: #fff;
	  text-transform: uppercase;
	  letter-spacing: 2.5px;
	  margin: 0 auto;
	  z-index: 100;
	  position: fixed;
	  left: 0;
	  top: 0;
 }
.topnav a {
  float: left;
  color: #rebeccapurple;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  background-color: #ddd;
  color: rebeccapurple;
 }
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}
/*fin navbar*/

/*Header & Footer*/
header, footer{
			background-image:  url('bannière.JPG');
		    height: 1500px;
			background-size: cover;
			background-position: center center;
}
header{
	border-bottom: 2px solid #fff;
	height: 500px;
	margin-top: 50px;
}

header h1{
	color: white;
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding-top: 150px;
}
a img{
	color: #fff;
}
footer{
	border-top: 2px solid #fff;
	background-image: url("bannière.JPG");
}
footer p{
	width: 90%;
	margin: 0 auto;
	color:  #fff;
	text-align: center;
}
footer a{
	color: #fff;
}
footer h2{
	color: #fff;
	text-align: center;
}
footer img{
	color: #fff;
}
logo-facebook{
	color: #fff;
}
#scroll_to_top {
    position: fixed;
    width: 30px;
    height: 30px;
    bottom: 50px;
    right: 30px;
    position: center;
}
#scroll_to_top img {
	width: 25px;
	color: lightgreen;
	box-shadow: 0px 0px 10px #777;
	border-radius: 50%;
}

/*Sections*/
section{
	margin: 20px auto;
	padding: 20px;
	box-shadow: 0px 0px 10px #bbb;
	background-color: #fff;
}
section > div{
	width: 90;
}
.photo-profil{
	text-align: center;
}
.photo-profil img{
	width: 275px;
	height: 275px;
	border: 3px solid #fff;
	box-shadow: 0px 0px 10px #777;
	border-radius: 50%;
	margin-top: -15%;
}
.qui-suis-je{
	border-bottom: 2px dashed #ccc;
}
.qui-suis-je h4{
	text-align: center;
}
}
.contact{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.contact p:first-child{
	flex: 0 0 40%;
}
.contact p:last-child{
	flex: 0 0 60%;
}
footer a{
	text-align: center;
}
.reseaux-sociaux img{
	margin: 10px auto 0 px auto;
	color: white;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: space-around;
}

/*section expériences*/
.exp{
	display: flex;
	flex-flow: row wrap;
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.exp-titre{
	display: flex;
	flex-flow: colum wrap;
	flex: 0 0 70%;
	margin-left: auto;
}
.exp-titre h3{
	font-size: 20px;
}
.exp-subtitre h4{
	font-size: 16px;
	font-weight: normal;
	color: darkgreen;
}
.exp-description p {
	font-size: 14px;
	text-align: justify;
}
/*fin section expériences*/

/*section formation :*/
.for-titre h3{
	font-size: 20px;
}
.for-titre h4{
	font-size: 16px;
	font-weight: normal;
	color: darkgreen;
}

/*section compétences*/
.comp{
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 10px;
}
.comp p{
	flex: 0 0 40%;
}
.conteneur-barre{
	flex: 0 0 60%;
	border-radius: 5px;
	background-color: grey;
	border-bottom: 1px ridge grey;
}
.barre{
	display: block;
	height: 100%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.c50{
	width: 50%;
	background-color: rebeccapurple;
}
.c60{
	width: 60%;
	background-color: rebeccapurple;
}
.c70{
	width: 70%;
	background-color: rebeccapurple;
}
.c80{
	width: 80%;
	background-color: rebeccapurple;
	border-radius: 5px;
}
.comp2{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.conteneur-barre2{
	flex: 0 0 100%;
	height: 0.5em;
	margin-bottom: 0.25em;
	border-radius: 5px;
	background-color: grey;
}
.competences{
	flex: 0 1 50%;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	margin-bottom: 20px;
	text-align: center;
}
/*fin section compétences*/

/*section centres d'intérêt*/
.int-titre img{
	width: 50px;
	height: 50px;
	box-shadow: 0px 0px 15 px #555;
	margin: 0 auto;
}
.int-titre h3, p, a {
	text-align: center;
}