/* Tablette */
@media screen and (max-width: 1024px) {
}

/* Smartphone */
@media screen and (max-width: 767px) {
}

.dot:after{
	content:"...";
	font-size: 30px;
	position: absolute;
	position: absolute;
	top: 20px;
	left: 35%;
}