/* Personnalisation des titres des pages du site */
.page .entry-title {
	text-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
b, strong {
    font-weight: 700;
}
p + ul {
	margin-top: -10px !important;
}
.uds_onimage_msg_wrapper {
	position: relative;
	margin-bottom: 20px;
}
	
.uds_onimage_msg {
    position: absolute;
	width: 26em;
	height: fit-content;
	margin: auto !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.uds_onimage_image {
	width: 100%;
}
.uds_onimage_msg p {
	width: auto;
    height: 100%;
	margin: auto;
	text-indent: -2em;
    padding-left: 100px;
	padding-top: 1em;
    -webkit-transform: rotate(-8deg);
    font-family: 'nanumpenscript';
    font-size: xxx-large;
    font-weight: bold;
    line-height: 0.7;
    color: #dd3333;
    color: royalblue;
	text-shadow: -2px -2px 0px #fff, 5px 5px 10px #333;
}

