<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************************************************************************************/
/************************ 							/!\	AVANT D'EDITER /!\									************************/
/************************ 									VOIR					   						************************/
/************************ 							www.dev.equideow.com/doc								************************/
/************************ 						        	  ET											************************/
/************************ 			dev.owlient.eu/wiki/index.php/Guide_Int%C3%A9gration_Equideow			************************/
/***********************************************************************************************************************************/

/***********************************************************************************************************************************/
/* MESSAGE - STYLE-2 ***************************************************************************************************************/
/***********************************************************************************************************************************/

.message-style-2{
	background: #fdfff0;
    border-radius: 8px;
    color: #3d251b;
    font-size: 16px;
    text-align: center;
}
.message-style-2 h3{
    font-family: 'yanoneubibold', Arial,sans-serif;
    font-weight: normal;
	font-size: 24px;
	margin: 0 0 15px;
}
.message-style-2 .message-content{
	padding: 10px;
}
.message-style-2 table{
	direction: rtl;
}
.message-style-2 .errorContent{
	direction: ltr;
}
.message-style-2 .errorContent a{
	text-decoration: underline;
	color: #3d251b;
}
.message-style-2 .errorContent a:hover{
	text-decoration: none;
}
.message-style-2 .errorsBox-icon{
    padding: 0;
    width: 0;
}
/** close button *****************************************************************************************************************/
.message-style-2 .errorsBox-icon a img{
	display: none;
}
.message-style-2 .errorsBox-icon a{
    width: 24px;
    height: 24px;
    right: 20px;
    top: -5px;
    position: relative;
}
.message-style-2 .errorsBox-icon a::after,
.message-style-2 .errorsBox-icon a::before{
	content: "";
	width: 24px;
	height: 3px;
	background: #ae9c8d;
	top: 11px;
	left: 0;
}
.message-style-2 .errorsBox-icon a::after,
.message-style-2 .errorsBox-icon a::before{
	display: block;
    position: absolute;
}
.message-style-2 .errorsBox-icon a::after{
    transform: rotate(-45deg);
}
.message-style-2 .errorsBox-icon a::before{
	transform: rotate(45deg);
}
.message-style-2 .errorsBox-icon a:hover{
	animation: ontap .25s ease-in-out 1;
}
</pre></body></html>