@charset "utf-8";

#Photo .big {
	margin: 0em 2em 0em 1em;
}

#Photo .small {
	text-align: center;
}

#Topic {
	margin-bottom: 2em;
	margin-left: 1em;
}

#Message {
	background-image: url('_img/background.jpg');
	background-size: cover;
}

@media screen and (min-width:769px) {
	.small {
		display: none;
	}
	#flex-box {
		display: flex;
	}
	#Topic img{
		width: 90%
	}
}

@media screen and (max-width:768px) {
	.big {
		display: none;
	}
	#Message {
		margin-top: 1em;
	}
	#text{
		background-color: rgba(255,255,255,0.5)
	}
}


@media print{
	.small {
		display: none;
	}
}