#googleAdFooter {
}

.adsencartfoot :before {
    content: 'Espace publicitaire';
    position: absolute;
    top: 0px;
    padding: 5px 50px 5px 50px;
    text-align: center;
    margin: auto;
    font-family: 'Noto Sans JP', sans-serif;
    color: #ffffff;
    font-style: italic;
    background-color: #656565;
    transform: translate(0px, -26px);
}


.adsencartba :before {
    content: 'Espace publicitaire';
    position: absolute;
    top: 0px;
    padding: 5px 50px 5px 50px;
    text-align: center;
    margin: auto;
    font-family: 'Noto Sans JP', sans-serif;
    color: #ffffff;
    font-style: italic;
    background-color: #656565;
    transform: translate(0px, -26px);
    left: 20%;
}

@media (max-width: 990px) { 
	.adsencartba :before {
	  
		left: 0%;
	}
}

.adsencartfoot, .adsencartba {margin-top: 26px;}

#modal-body-pub :before {
    content: 'Espace publicitaire';
    top: 30px;
    padding: 8px;
    text-align: center;
    margin: auto;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-style: italic;
}