.notificationCenter.v-list {
    border-radius: 0;
    position: absolute;
    min-width:85vw;
    overflow: auto;
    z-index: 6;
    top:5.2rem;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.5);
    background: var(--color-white);
	color: #444 !important;
}
.notificationItem {
    background: var(--color-white);
    font-family: var(--font-body);
}

.notificationItem .leftCol,
.notificationItem .rightCol {
	padding:0;
}

.notificationItem .leftCol .v-image {
	margin-right:10px;	
}

.notificationItem .callToActionBtn {
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    border-radius: 0;
}

.notificationItem .notifTitle {
    margin: 0;
    font-weight: 700;
	line-height: 1;
    margin-top: 8px;
	width:90%;
}

.notificationItem .description {
	margin:0 0 5px;
	line-height:1.2;
	font-size:.9rem;
}

.notificationItem .rightCol .col {
    margin-top: 0;
    padding-top: 0;
}

.notificationItem .row, .notificationPopup .row {
    padding:0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

.notificationCenter .notificationItem span {
    padding-top: 0;
}

.notificationPopup.container {
    position: absolute;
	top:0;
    z-index: 10;
	width:96%;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.5);
	padding:0;
}

.notificationPopup .v-icon.closeBtn {
    color: gray;
    float: right;
    padding: 8px;
}

.notificationPopup .closeRow {
    position: absolute;
    right: 0;
}
.notificationPopup .progressbar {
    height:5px !important;
}

/** ICI NOTIF MENU **/
.header-user .notification {
    position: relative;
}

@media screen and (min-width:768px)
{
	.notificationCenter.v-list {
		right: 0;
		min-width: 30rem;
		padding:8px;
	}
	.notificationPopup.container {
		right: 0;
		top:85px;
		width: 480px;	
	}
}

@media screen and (min-width:1024px)
{
	.notificationPopup.container {
		top:110px;
	}	
}