* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color:#E6863C ;
	text-align: justify;
}


/* Page Rouge */
#wrapper {
	width: 700px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: #BF213E;
}

html>body #wrapper {
	height: auto;
}
body {
	margin:0px;
  }

   /*curseur souris sushi*/
html,body a { 
    cursor : url("foo604.cur"), auto;
 }
/*fleche du haut*/
 #id2{position: fixed;
   right: 1%;
   bottom: 15%;
   opacity: 0.5;
}
/*fleche du BAS*/ 
 #id1{position: fixed;
   right: 1%;
   bottom: 3%;
   opacity: 0.5;
}
 /*Opacité des deux flèches*/
#id1:hover {opacity: 1;}
#id2:hover {opacity:1;}


  /*déplacement photo profil*/
  .id-card-wrapper {
	height: 35vh;
	width:100%;
	
  }
/*photo profil*/
  .id-card {
	flex-basis: 100%;
	max-width: 30em;
	border: 5px solid #BF213E ;
	border-radius: 25px;
	margin: auto;
	color: #fff;
	padding: 1em;
	background-color:#E6863C ;
  }
  
  .profile-row {
	display: flex;
  }
  .profile-row .dp {
	flex-basis: 33.3%;
	position: relative;
	margin: 15px;
	align-self: center;
  }
  /*grandeur carte*/
  .profile-row .desc {
	flex-basis: 120%;
  }
/*photo de profil*/
  .profile-row .dp img {
	max-width: 200%;
	border-radius: 50%;
	display: block;
	border:0.4rem solid #BF213E;
	position: relative;
	right: 125%;
  }
  .profile-row .desc {
	padding: 0.5em;
  }
  
 /*carde identité texte*/
  .profile-row .desc {
	font-family: 'Courier New', Courier, monospace;
	color: #ecfcfb;
	letter-spacing: 1px;
	text-align: center;
	padding: 5%;
	
  }
  .profile-row .desc h1 {
	margin: 0px;
  }

  .best{
	background-color:#5fdde4e5  ;
	 width: 505px;
	 border-radius: 15px;
	 justify-content:center;
	 cursor:pointer;
	 font-size:15px;
	 padding:30px;
	 text-align: center;
	 color: #fff;
	 margin:0 10% 0;
	 font-family: 'Courier New', Courier, monospace;
	
  }


#mainpage {
	padding:0 10px 10px 10px;
}
.ftbox {
	width:630px;
	margin:0 auto 20px auto;
}
.ftbox .ftbox1 {
	background:url(images/hbox1.jpg) no-repeat;
	height:10px;
}
/*carré orange*/
.ftbox .ftcontent {
	background:#E6863C repeat-y;
	padding: 15px 15px 0 7px;
	border-radius: 21px;
	width: 599px;
	font-family:'Comic Sans MS', cursive;
    text-align: center;	
}

#conteneur {
	padding:10px 0 10px 0;
}


.post h2 a {
	color:white;
	text-decoration:none;
}
img{
	border-radius: 15px;
}



  






























/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #81e2e6de url(images/img07.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	color: white;
	font-family:Wingdings, 'Zapf Dingbats', sans-serif; ;
}

#footer a {
	color: white;
}


