main {
	background: white;
	text-align: right;

}

.published {
	font: 190px;

}

.description {
	color: black;
}


.Tags {
	font-size: 90px;
		color: black;	

	
}

img {
	max-height: 500px;
	width: auto;
	}

.legende_image_principale {
	font-style: italic;
	text-align: left;
	margin-top: 10px;
}

.column1 {
  flex: 66%;
  padding: 0 4px;
  text-align: left;
  background-color: white;
  border: solid black;
}

.column2 {
  flex: 33%;
  text-align: center;
  margin-bottom:0px;
  border: solid red;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
