.stage {
padding:40px;
text-align:center;}

.stage a {
  line-height:1em;
  letter-spacing:0.06em;
  font-weight:normal;
  font-size:16px;
  text-decoration:none;
  color:#fff;
  background:#231f20;
  display:inline-block;
  padding:15px 12px 15px 15px;
  transition:background 200ms;
  border-radius:4px;
}


.stage a:hover {
  background:#8F2B0D;
  color: #c42727;
}

.btn {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #e74c3c;
  border-radius: 0.6em;
  color: #e74c3c;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: relative;
  left: calc(50% - 2em);
  transform: translateX(-50%); 
}
.btn:hover, .btn:focus {
  color: #000;
  outline: 0;
}



.third {
  border-color: #3498db;
  color: #fff;
  box-shadow: 0 0 40px 40px #3498db inset, 0 0 0 0 #3498db;
  transition: all 150ms ease-in-out;
}
.third:hover {
  box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
}
.no-scroll-enabled {
      position: fixed;
     width: 100%;
      top: 0;
      left: 0;
      padding-right:15px;
    }
.en-haut {
  height: 20px;
}
.la-page {
  background-color: black;
  position: relative;
  z-index: 3;
  padding-bottom: 50px;
}
.la-page-logos {
  background-color: #fff;
  position: relative;
  z-index: 3;
  padding-bottom: 50px;
  margin: 40px 0;
}
canvas { 
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer {
  height: 150px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
.post-footer {
  width: 100%;
  color: #878787;
  font-size: 14px;
  text-align: center;
  position: fixed;
  bottom: -0px;
  height: 36px;
  font-family: "Helvetica";
}
.suite-qui-correspond-au-pied {
  height: 150px;
  position: relative;
  z-index:-1;
  background: linear-gradient(to bottom, #000000, #303030);
}
/*R2SEAUX SOCIAUX*/
#slideout {
  position: fixed;
  right: 0;
  top: 90%;  
  z-index: 134;
}
#sticky-button {
  background: #dedada;
  height: 52px;
  margin-right: -155px;
  transition: margin 0.2s ease-out;
  position: relative;
  width: 188px;
  display: flex;
  border-radius: 10px 0 0 10px;
}
.btn-sociaux {
  display: flex;
  height: 100%;
  position: relative;
  left: 17px;
  top: 0;
}
#sticky-button.active {
  margin-right: -3px;
  transition: margin 0.2s ease-out;
}
#hand {
  color: white;
  cursor: pointer;
  left: 5px;
  position: relative;
  height: 100%;
}

#sticky-button a {
  color: white;
  display: block;
  position: relative;
  top: 2px;
}
#sticky-button a:hover {
 transform: scale(0.8) rotate(360deg);
  transition: ease-in .5s;
}



.btn-sociaux img {
      width: 48px;
      height: 48px;
      padding-right: 5px;
      box-sizing: border-box;
      
    }
#hand img {
  height: 70%;
    margin-top: 7px;
}
/*FON DES R2SEAUX SOCIAUX*/
@media (max-width: 790px) {
.suite-qui-correspond-au-pied {
  height: 90px;
}
  #slideout {
  top: 82%;  
  
}
}
