*{
    margin: 0px;
}
body{
  background-image: url("/static/background/bg-studio-site.png");
}

#entete01{
  background-color: rgb(10, 54, 90);
}

#user-space{
  min-height: 70px; background-color: black; 

}


#search-side{
  width: 40%;margin-left: .1em;float: left;
  height: 50px; padding: 10px;
}

#first-nav{
  float: right; width: 50%;height: 50px;padding: 10px;
  text-align: right;
}

#user-space ul{
  display: inline-flex; font-size:.9em;padding: 10px;
}

#user-space ul li{
  margin-right: 15px; text-align: justify; list-style: none;
}

#user-space ul a{
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: white;text-decoration: none;
}

#button-style{
  color: white;background-color: rgb(10, 54, 90);width: fit-content;
  padding: 2px;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  border-radius: 5px;border-color: white;border-style: solid;
  border-width: 1px;
}

#button-style a{
  text-decoration: none;
  color: white;
}

footer{
  position: fixed;color: white; font-family:Verdana, Geneva, Tahoma, sans-serif;
  background-color: black; width: 100%;text-align: center;bottom: 0px;
}

footer a{
  color:white; text-decoration: none;   font-size: small;
}

footer p{
  font-size: small;
}

#social-link{
  display: inline-flex; margin-top: .6em;margin-left: .2em;
  margin-bottom: .6em;font-size: medium;
}

#social-link div{
  margin-right: .8em; border-width: 1px; border-radius: 5px;
  border-style: solid; padding: 3px;
}

/* ...existing code... */
#scroll-top-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #555;
    color: #fff;
    border-radius: 50%;
    padding: 15px 18px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: background 0.2s;
}
#scroll-top-btn:hover {
    background: #222;
}
/* ...existing code... */

/* form side */






/* Tablette (portrait) */

/* @media (min-width: 500px) and (max-width: 900px) {
  *{
    margin: .1em;
  }
  #entete01{padding: 10px;}
 
  #moto-site-right img{width: 50px;}
  #moto-site-left img{width: 50px;}
  #moto-site-right {}
  #moto-site-left {width: 50px;}
  #entete01 #logo {width: 175px;}
  #user-space{
    min-height: 35px; background-color: black; 

}
  #search-side{
    width: 40%;margin-left: 2px;float: left;margin-top: 0px; height: 20px;padding: 5px;
  }
  #search-side form{
    font-size: x-small; width: 100%;
  }
  #search-side input{
    width: 50%; max-height: 15px;

  }
   #search-side button{
    max-height: 15px; font-size: xx-small;
   }

  #first-nav{
  float: right; width: 50%;height: 20px;padding: 5px;
  text-align: right;
}
#user-space ul{
  display: inline-flex; font-size:.45em; */


/* Petit laptop */
/*
@media (min-width: 901px) and (max-width: 1200px) {
  .container {
    padding: 2rem;
  }
}

/* Desktop large */
/*
@media (min-width: 1201px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem;
  }
}
