.caption {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 2.5em;
}

.photo-country {
    width: 100%;
	max-height: 300px;
    object-fit: cover;
}

.block-bleu {
	background-color: #b5dee5;
}