#forme{
    /* position: absolute; */
    margin: 0;
    /* top: 25vh; */
    padding-top: 50vh;
}

html {
	overflow-x: hidden;
}


body {
	background-color: #1a1a24;
	padding: 0;
    margin: 0;
}

h3{
	color: #fd746c;
	background:-webkit-linear-gradient(#ff9068 , #fd746c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	font-family: "Open Sans";
	font-size: 80pt;
	white-space: nowrap;
	text-align: center;
}

p{
	color: white;
	font-family: "Open Sans";
	text-align: left;
	line-height: 30pt;
	letter-spacing: 2px;
	padding: 100px;

}


/*Menu*/

ul{
	position: absolute;
	top: 0px;
	right: 0px;
	list-style-type: none;
}


li {
    float: right;
}


li a {
	display: block;
	font-family: "Poppins";
	color: white;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 20pt;
	padding: 0;
    margin-right: 20px;
}







#header {
	height: 100vh;
	background: url(../images/fond.jpg);
	background-size: cover;
	background-position: center 0;
}



#forme > img {
    width: 80vw;
    height: 20%;
    margin-top: 7vh;
}

.button1 {
   	background: linear-gradient(to bottom, #ff9068 , #fd746c);
    border-radius: 15px;
    color: white;
    /* margin-left: 38%; */
    padding: 1vh 5vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1vw;
    margin-left: 10vw;
    cursor: pointer;
    font-family: Poppins;
}

.button2 {
	background: linear-gradient(to bottom, #ff9068 , #fd746c);
    border-radius: 15px;
    color: white;
    /* margin-left: 38%; */
    padding: 1vh 5vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1vw;
    /* margin: 9px 29vh; */
    cursor: pointer;
    position: absolute;
    left: 70vw;
    font-family: Poppins;
}

#bouttons{
	display: flex;
	justify-content: space-between;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
  }

.rslides li {
    display: flex;
    position: absolute;
    opacity: 0;
    z-index: 1;
    float: none;
    flex-direction: row;
    width: 100%;
  }

/*.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }*/

  #rslides1_s1 {
  	display: flex;
    float: left;
    position: relative;
    opacity: 1;
    z-index: 2;
  }

.rslides img {
    display: block;
    /* height: auto; */
    /* float: left; */
    width: 50%;
    height: 100%;
    border: 0;
    /* margin: auto; */
    /* margin-bottom: 0; */
    /* margin-top: 0; */
    position: relative;
  }

  .legende {
    list-style: none;
    overflow: hidden;
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: left;
    color: white;
    font-family: "Open Sans";
    font-weight: 300;
    display: block;
    position: relative;
    /* height: 100%; */
    font-size: 20pt;
    /* margin: 20px 80px 0 80px; */
    line-height: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 100px;
    height: 100%;
    box-sizing: border-box;
  }

#navigation{	
	display: flex;
    /*width: 50%;*/
    position: absolute;
    flex-direction: row;
    /* align-items: flex-start; */
    justify-content: flex-start;
    z-index: 99;
    left: 50%;
	padding-left: 50px;

}

.prev{
	background: url(../images/fleche.svg);
	display: block;
	width: 50px;
	height: 50px;
}

.next{
	background: url(../images/fleche2.svg);
	display: block;
	width: 50px;
	height: 50px;
	margin-left: 10px;
}

footer{
    background-color: #21212e;
    height: 100px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#footer{
    /* text-align: center; */
    position: relative;
    /* top: 35%; */
    font-family: "Open Sans";
    font-weight: 300;
    margin: 0;
    /* line-height: 10pt; */
    padding: 0;
    /* height: auto; */
    position: relative;
    display: inline-block;
}

#bio{
	max-width: 1000px;
    margin: auto;
    padding-top: 0;
    text-align: justify;
}

#lienportfolio:hover{
	border-bottom: 3px solid #fd746c;
	
}

#lienapropos:hover{
	border-bottom: 3px solid #fd746c;
	
}
