<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.border-shadow {
    background-color: #fff;
    color: #333;
    border: 5px solid #FFF;
    -moz-box-shadow: 1px 1px 12px #555;
    -webkit-box-shadow: 1px 1px 12px #555;
    box-shadow: 1px 1px 12px #555;
}

.border-shadow:hover {
    background-color: #fff;
    color: #333;
}

.node .field--type-image {
	float: none;
}

.region-services-wrapper {
	border-right: 2px solid #eaeae7;
}

.region-services {
	padding-top: 10px;
}

.region-people {
	padding-top: 10px;
}

.region-services div {
	display: inline-block;
    margin-right: 5px;
}

/* affichage mÃ©diathÃ¨que */
.field--name-field-contact-mail {
    display: block;
    margin-right: 200px;
    margin-left: 15px;
	padding-top: 1px;
    text-indent: -10000px;
    background-color: #D3D3D3;
    width: 50px;
    height: 35px;
    border-radius: 4em;
    cursor: pointer;
}

.field--name-field-contact-mail .field__item a {
    display: block;
    margin-top: 8px;
    margin-left: 12px;
    background-image: url('../bmvv/mail.png');
    background-repeat: no-repeat;
}

.field--name-field-contact-tel {
    display: block;
    background-color: #D3D3D3;
    vertical-align: middle;
    padding: 5px 20px;
    margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
    border-radius: 2em;
	font-size: large;
	font-weight: bold;
}</pre></body></html>