#top {
    background-color: #e69ca0;
}
figure h1 {
    font-family: Glegoo;
    font-weight: bold;
    position: absolute;
    max-width: 326px;
    line-height: 1.35em;
    margin: 0;
    bottom: 0;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 30px;
    left: 246px;
    font-size: 75px;
    color: #ffffff;
    border-bottom: solid 27px #e69ca0;
	text-shadow:0.1em 0.1em 0.2em black;
}
.left .classic-paragraph {
	text-align:left;
	position:relative;
	max-width:1480px;
	margin:0 auto;
}
.left .classic-paragraph table tr td {
	position:relative;
}
.left .classic-paragraph table {
	display:inline-block;
	vertical-align:top;
}
.left:nth-of-type(1) {
	background-color:#e69ca0;
}
.left:nth-of-type(1) table {
	color:#ffffff;
}
.left:nth-of-type(2) .classic-paragraph {
	text-align:right;
}
.left:nth-of-type(3) {
	background-color:#e9e1e1;
}
.left:nth-of-type(3) .classic-paragraph {
	text-align:center;
	padding-top:27px;
}
td.point_interrogation {
	overflow: hidden;
}
#etoiles, #ligne_blanche_1, #ligne_blanche_2, #point_interrogation {
	display:inline-block;
	vertical-align:top;
}
#etoiles {
	position: absolute;
    bottom: -73px;
    right: 10px;
}
#ligne_blanche_1 {
	position: absolute;
    bottom: 0;
    right:307px;
}
#ligne_blanche_2 {
	position: absolute;
    bottom: -27px;
    left:135px;
	z-index:1;
}
#point_interrogation {
    position: absolute;
    top: -110px;
    right: 0;
}
#etoiles img, #ligne_blanche_1 img, #ligne_blanche_2 img, #point_interrogation img {
	display:block;
}
#bloc_footer {
	clear:both;
	border-top:solid 27px #e69ca0;
}

@media screen and (min-width: 1480px) {
	figure h1 { left: calc(((100% - 1480px) / 2) + 246px); }
}

@media screen and (max-width: 1279px) {
	#main .wp-block-image { text-align:center; max-height:inherit; }
	figure h1 { position: static; max-width: inherit; padding-top: 30px; font-size: 48px; color: #e69ca0; text-shadow: none; border:none; }
	.left .classic-paragraph { height:auto; width: calc(100% - 20px); padding: 40px 10px 70px 10px; }
	#ligne_blanche_1, #ligne_blanche_2, #point_interrogation { display:none; }
}