.w-inline-block{
	max-width:100%;display:inline-block;
	}
.line {
  width: 100%;
  height: 0px;
  /*background-color: #151727;*/
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.bold {
  font-weight: 700;
}
.cookie {
  position: fixed;
  left: auto;
  top: auto;
  left:0%;
  /*right: 0%;*/
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;/*400px;*/
  padding: 4px;/*40px*/
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-top: 2px solid #b29b70;
  /*border-right: 2px solid #b29b70;*/
  font-size:12px;
  color:#000;
  font-family:'SerlioLTStd',Georgia,Times,"Times New Roman",serif;
}

.wrapper-button-cookie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;/*30px;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cookie-refuse {
  text-decoration: none;
   -webkit-transition: color .4s ease-in;
    -moz-transition: color .4s ease-in;
    -o-transition: color .4s ease-in;
    transition: color .4s ease-in;
}
.cookie-refuse:hover {
  color: #b29b70;
}

.cookie-refuse.md-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cookie-refuse.mr-40 {
  margin-right: 40px;
}

.cookie-refuse.mr-40.episode {
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.cookie-refuse.md-10 {
  margin-bottom: 10px;
}

.cookie-accept {
  text-decoration: none;
   -webkit-transition: color .4s ease-in;
    -moz-transition: color .4s ease-in;
    -o-transition: color .4s ease-in;
    transition: color .4s ease-in;
}
.cookie-accept:hover {
  color: #b29b70;
}

.cookie-accept.md-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cookie-accept.mr-40 {
  margin-right: 40px;
}

.cookie-accept.mr-40.episode {
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.cookie-accept.md-10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 479px) {
	.cookie {
    width: 100%;
    padding: 20px;
  }
}