@charset "UTF-8";

body{
  background-color: rgb(56, 0, 242);
}

#site_container{
  height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 15px;
  padding-bottom: 0%;
}

#container01 {
  height: calc(100vh - 250px);
  width: 100%;
  display: flex;
  flex-direction: row;
  pointer-events: none;
}

.container_image{
  height: 100%;
  padding: 2px;
  box-sizing: border-box;
}

@media screen and (max-width: 700) {
  #container01 {
    height: calc(100vh - 250px);
    width: 100%;
    display: flex;
    flex-direction: column;
    pointer-events: none;
  }
}


.container_image img{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: stretch;
}

/* #cd-container{
  left: 1%;
}
#ps-container{
  left: 25%;
}
#perso-container{
  right: 25%;
}
#tv-container{
  right: 1%;
} */


/* ------------- boutons --------------- */
#container_gris{
  position: relative;
  bottom: -20px;
  background-color: rgb(179, 171, 181);  
  width: 100%;
  height: 200px;
  border-radius: 10px;
  box-shadow: inset 10px 10px 10px 0 rgba(255, 255, 255, 0.8), inset -7px -7px 10px 0 rgba(0,0,0,0.5);
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  box-sizing: border-box;
  padding: 0.5%;
}
@media screen and (max-width: 800px) {
#container_gris{
  height: 150px;
}
  }




.container_tiers{
  height: 33%;
  width: 100%;
  flex: 1;
  text-align: center;
  vertical-align: center;
  display: flex;
}

.container_tiers_tiers {
  height: 100%;
  flex: 1;
  vertical-align: center;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding-left : 10px;
  padding-right : 10px;
}

.container_bouton{
  flex: 1;
  vertical-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.bouton_utile{
  box-shadow: 1px 1px 9px 3px rgba(0, 0, 0, 0.679);
  border-radius: 10px;
}

.bouton_utile:active{
opacity: 50%;
}

.container_bouton img{
  height: 80%;
}


