.cookie-alert {
   position:fixed;
   bottom: 34px;
   right:34px;
   border-radius: 10px;
   background-color: rgba(0, 0, 0, 0.8);
   color:#fff;
   padding:10px 15px;
   width:350px;
   z-index:100;

}


.btn-cookie {
   display:block;
   text-align: center;
   margin:8px auto 0 auto;
   border-radius: 20px;
   background:transparent;
   border: 2px solid #c7af8b;
   color:#c7af8b;
   transition: all .3s ease;
   font-weight:bold;
   margin-top:30px !important;
}
.btn-cookie:hover {
      background: #c7af8b;
      color:#ffffff;
   }
@media only screen and (max-width:480px) {
.cookie-alert {
      text-align: center;
      left: 0; right: 0;
        margin: 0 auto;
      max-width:700px;
      padding:10px 30px;
   }
   .btn-cookie {
   display:block;
   text-align: center;
   padding:15px 10px;
   margin:8px auto 0 auto;
   border-radius: 20px;
   background:transparent;
   border: 2px solid #0083ff;
   color:#0083ff;
   transition: all .3s ease;
   font-weight:bold;
   margin-top:18px !important;
}
}
.cookie-boutton{
	color:#ffffff;
}
.cookie-move-hand{

	width:350px;
	height:180px;

	position:absolute;
	top:0px;
	left:0px;
  }

.cookie-alertB{
	   background-color: #2b2a2f;
  }
