.Logo{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

/*Logo pour la barre de navigation* optimisez la classe ! URGENT*/
.Logo2{
    width: 28px;
    height: 28px;
}

/*Police d'ecriture*/
body,h1,h2,h3,h4,h5,h6 {font-family: 'ink free','please writte me a song','lucida';}
body, html {
  height: 100%;
  color:black;
  line-height: 1.8;
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url('https://assets.about.me/background/users/k/a/c/kacey.coughlin_1377737623_53.jpg');
  min-height: 100%;
}

/* Second image (Portfolio) */
.bgimg-2 {
  background-image: url("https://static.scientificamerican.com/sciam/cache/file/152DB1E1-4F0E-48FF-8DDB22887FDD2563_source.jpg");
  min-height: 400px;
}

/* Third image (Contact) */
.bgimg-3 {
  background-image: url("https://static.tumblr.com/99bfd9ee297045aaadffb291382d1caa/xcpwbdy/E8mnun14r/tumblr_static_tumblr_static_4r0zifw8ercwwoocs84sg04o0_focused_v3.jpg");
  min-height: 400px;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}
#profil{
    background-image: url("Logo/user.png");
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
    min-height: 400px;
  }
}
.TitlePassions{
 text-align: center;
}

.LogoStars{
    max-width: 100%;
    height: auto;
    padding-top: 10%;
    padding-left: 30%;
}

.PlaceHorder{
    margin-top: -100px;
    margin-left: -40px;
}

.coin {
-moz-border-radius:10px 10px;
-webkit-border-radius:10px 10px;
border-radius:10px 10px;
}

/* Scroll smooth*/
html{
  scroll-behavior: smooth;
}