@import url('https://fonts.googleapis.com/css?family=Lato:300,400');
.oneSignalBox {
	position: fixed;
	height: 400px;
	width: 300px;
	background: white;
	display: none;
	box-shadow: 1px 1px 5px #d8d8d8,
				-1px 1px 5px #d8d8d8,
				1px -1px 5px #d8d8d8,
				-1px -1px 5px #d8d8d8;
	font-family: 'Lato', sans-serif;
  	font-size: 20px;
  	font-weight: 300;
  	z-index: 99999;
  	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.oneSignalBox:before {
  content:'';
  width: 100%;
  height: 220px;
  position: absolute;
  top:0;
  left:0;
  background-repeat: no-repeat;
  background-size: cover;
	background-position: center;
}
.couverture {
	height: 220px;
	width: 300px;
  	position: relative;
}
.couverture:after{
  content: '';
  height: 0px;
  width: 0px;
  position : absolute;
  bottom: 0;
  left: 0;
  border-bottom: 50px solid white;
  border-left: 300px solid transparent;
}
.oneSignalNotificationButtons {
	width: 100%;
}
.oneSignalNotificationContent p {
    padding: 20px 0px;
}
.notif {
	height: 35px;
	width: 70px;
	border-radius: 16px;
	box-shadow: 1px 1px 5px #d8d8d8,
				-1px 1px 5px #d8d8d8,
				1px -1px 5px #d8d8d8,
				-1px -1px 5px #d8d8d8;
	display: inline-block;
  font-weight: 700;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
}

.notif.accept {
	background: #009ee3;
	margin-left: 20px;
	color: white;
}
.notif.refuse{
	color: #d8d8d8;
}
.text-center{
	text-align: center;
}

#onesignal-bell-container {
            display: none;
      }
