/*pas de marges et largeur tout l'écran*/
html, body {
      margin: 0;
      padding: 0;
      width: 100%;
}

/*police de caractère:"Helvetica Neue" sans empattement et taille parait plis fin*/
body {
      font-family: "Helvetica Neue",sans-serif;
      font-weight: lighter;
}


.header {
      width: 100%;
      height: 10vh;
}

.image{
	margin: 0 auto;
	width: 100%;
	margin-top: 100px;	
 }
.content {
      width: 94%;
      margin: 4em auto;
      font-size: 20px;
      line-height: 30px;
      text-align: justify;
}

.logo {
      line-height: 60px;
      position: fixed;
      float: left;
      margin: 16px 46px;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 2px;
}

nav {

      width: 100%;
	background: #000
}

nav ul {
      line-height: 60px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: right;
      margin: 0;
      padding-right: 40px;
      transition: 1s;
}

nav ul li {
	display: inline-block;
	padding-left: 16px;
	padding-right: 16px;
}

nav ul li p {
      text-decoration: none;
      color: #fff;
      font-size: 16px;
}

h1 {
	text-align: center;
	color: #54024e;
	animation-name: color;
    animation-duration: 4s;
}

@keyframes color {
    0%   {color: #ffb1ff;}
    25%  {color: #891f57;}
    50%  {color: #320019;}
    100% {color: #54024e;}
}

.conteneur {
	overflow:hidden;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.part1-1 {
	width:25%;
}

.part1-2 {
	width:75%;
}

.part2-1 {
	width:20%;

}

.part2-2 {
	width:70%;
	display:flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}

.imgpart2-2 {
	width: 50%;
}

.part3 {
	width:100%;
	flex-direction: column;
	align-items: center;
	display: flex;
	margin-top: 30px;
}

.part4-1 {
	width:65%;


}

.part4-2 {
	width:35%;


}

.part5-1 {
	width:60%;
}

.part5-2 {
	width:40%;

}

.conteneur-profil {
	overflow:hidden;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.footer{
width: 100%;
      height: 10vh;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	background-color: black;
	color: white;
}

.v1{
      color: #fff;
      font-weight: bold;
      font-size: 20px;
}