/* CSS Document */
* {
  box-sizing: border-box;
}
#header-gal {
  justify-content: flex-end;
  background-image: url(../assets/images/Ban-YT.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  padding: 0 50px 50px;
}

#header-gal img {
  width: 40%;
  max-width: 175px;
  align-self: flex-end;
}

.slide-icone {
  font-size: 50px;
  font-weight: bolder;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  cursor: pointer;
  z-index: 100;
  align-self: center;
  position: relative;
  top: 20px;
}

.slide-icone a{
    color: white;
}


main {
  background-color: #333333;
  padding-top: 70px;
  position: relative;
}

.sociaux {
  display: -webkit-box;
  display: none;
  -webkit-box-align: end;
  align-items: flex-end;
  background-image: url(../assets/images/brush_reseaux_sociaux.png);
  background-size: 170%;
  width: 281px;
  background-position: right;
  height: 100px;
  position: absolute;
  bottom: 0;
  padding-left: 20px;
  z-index: 1;
}
.sociaux a img {
  display: block;
  width: 25px;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  align-self: center;
  position: relative;
  top: 12px;
}
.sociaux .yt img {
  width: 30px;
  position: relative;
  top: 15px;
}
.socAn {
  transition: all 0.3s ease-in-out;
}
footer {
  z-index: 1;
}

#up-icon {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #1d171b;
  position: fixed;
  bottom: 40px;
  right: 0;
  cursor: pointer;
  z-index: 10;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#up-icon .fa-angle-up {
  color: white;
  font-size: 30px;
  /* display: block*/
}

@media screen and (min-width: 992px) {
  .sociaux {
    display: flex;
  }
}
