* {
  margin: 0%;
}

ul {
  padding: 0;
  list-style-type: none;
}

li {
  padding-top: 10px;
  text-align: center;
}

h1 {
  font-size: 50px;
  color: white;
  font-family: 'Bebas Neue', cursive;
  padding-top: 20px;
}

p {
  font-family: 'Bebas Neue', cursive;
  font-family: 'Maven Pro', sans-serif;
  padding-left: 20px;
  padding-right: 20px;
}

.description {
  color: white;
  position: relative;
  text-align: center;
  /* overflow: auto;  */
}

footer {
  position: absolute;
  top: 800px;
  height: 127px;
  width: 100%;
  background-color: rgb(153, 152, 152);

}

.picturesLeft {
  background-image: url(../img/purple-azure-lighting-electricity-violet-line-1996695-wallhere.com.jpg);
  filter: blur(0.5rem);
  position: fixed;
  width: 50%;
  height: 900px
}

.pictures {
  position: fixed;
  width: 50%;
  height: 900px
}

h1 {
  text-align: center;
}

.leftSide {
  width: 50%;
  height: 900px;
  float: left;
}

.rightSide {
  width: 50%;
  height: 90vh;
  float: left;
}

.ma-div {
  text-align: center;
  padding-top: 15px;
  height: 800px;
  /* Hauteur de la div */
}

.iconResaux {
  text-align: center;
  z-index: 1;
}

i {
  color: #440e62;
  padding-top: 20px;
  margin-left: 90px;
  margin-right: 90px;
}

h2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.marque {
  padding-top: 10px;
  padding-bottom: 5px;
}

.button-lang {
  /* width: 50px;
  height: 50px; */
  display: block;
  position: absolute;
}

.sidebar {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background-color: #f2f2f2;
  /* padding: 20px; */
  /* transform: translateX(-190px); */
  transform: translateX(-200px);
  transition: transform 0.3s ease;
}

.sidebar-toggle {
  position: relative;
  left: 200PX;
  padding: 10px 20px;
  background-color: #440e62;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  z-index: 9999;
}

.sidebar-toggle:focus {
  outline: none;
}

.sidebar-toggle:hover {
  background-color: #444;
}

.sidebar-open {
  transform: translateX(0);
}
.lienMenu{
  background-color: #444;
  height: 100px;
  width: 100%;
}





/*Résponsive*/
@media screen and (max-width: 1496px) {
  .rightSide {
    display: none;
  }

  .leftSide {
    height: 500px;
    width: 100%;
  }

  .picturesLeft {
    width: 100%;
    height: 100%;
  }

  .description {
    padding-left: 20px;

  }

  .iconResaux {
    background-color: rgb(153, 152, 152);
    display: flex;
    flex-direction: column;
  }

  .footer {
    top: 1100px;
  }

  .ma-div {
    height: 200px;
  }

  h2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  footer {
    position: absolute;
    top: 1013px;
    height: 127px;
    width: 100%;
    background-color: rgb(153, 152, 152);

  }
}
@media screen and (max-width: 1108px) {
  footer {
    position: absolute;
    top: 653px;
    height: 127px;
    width: 100%;
    background-color: rgb(153, 152, 152);

  }
}

@media screen and (max-width: 756px) {
  footer {
    position: absolute;
    top: 952px;
    height: 127px;
    width: 100%;
    background-color: rgb(153, 152, 152);

  }
}

@media screen and (max-width: 428px) {
  footer {
    position: absolute;
    top: 1049px;
    height: 127px;
    width: 100%;
    background-color: rgb(153, 152, 152);

  }
}

@media screen and (max-width: 414px) {
  footer {
    position: absolute;
    top: 1202px;
    height: 127px;
    width: 100%;
    background-color: rgb(153, 152, 152);

  }
}

@media screen and (max-width: 373px) {
  footer {
    position: absolute;
    top: 1193px;
    height: 127px;
    width: 100%;
    background-color: rgb(153, 152, 152);

  }
}