<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.favoris-link {
    display: block;
    width: 27px;
    height: 25px;
    position: relative;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.favoris-link .coeur {
    display: block;
    width: 27px;
    height: 25px;
    -webkit-mask-image: url(/app/mu-plugins/ws-plugins/extentions/favorite/inc/hearth.svg);
    mask-image: url(/app/mu-plugins/ws-plugins/extentions/favorite/inc/hearth.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #75335c;
}
.favoris-link #js-ws-fav {
    display: flex;
    position: absolute;
    bottom: -5px;
    right: -10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 22px;
    width: 22px;
    border-radius: 11px;
    font-family: Lato;
    font-weight: 900;
    color: white;
    background-color: #b2a0cd;
}
.ccc-favorite-post-toggle {
    position: absolute !important;
    right: 0;
    top: 0;
    
}
.ccc-favorite-post-toggle-button {
    height: 55px;
    width: 55px;
    background-color: #75335c;
    border-radius: 0 0 0 37px;
    position: relative;
}
.ccc-favorite-post-toggle-button::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 15px;
    left: 15px;
    -webkit-mask-image: url(/app/mu-plugins/ws-plugins/extentions/favorite/inc/hearth_border.svg);
    mask-image: url(/app/mu-plugins/ws-plugins/extentions/favorite/inc/hearth_border.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: white;
}
.ccc-favorite-post-toggle-button:hover::before {
    -webkit-mask-image: url(/app/mu-plugins/ws-plugins/extentions/favorite/inc/plus.svg);
    mask-image: url(/app/mu-plugins/ws-plugins/extentions/favorite/inc/plus.svg);
}
.ccc-favorite-post-toggle-button.save::before {
    -webkit-mask-image: url(/app/mu-plugins/ws-plugins/extentions/favorite/inc/hearth.svg);
    mask-image: url(/app/mu-plugins/ws-plugins/extentions/favorite/inc/hearth.svg);
}
.ccc-favorite-post-toggle-button span {
    display: none;
}
#ccc-my_favorite-list .ccc-favorite-post-toggle {
    right: 15px;
}
#ccc-my_favorite-list .dd__oi_commune,
#ccc-my_favorite-list .dd__oi_titre {
    color: #75335c;
}
#ccc-my_favorite-list .obt__description,
#ccc-my_favorite-list .obt__Covid {
    margin-top: 30px;
}
#ccc-my_favorite-list hr {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: solid 2x #75335c;
}
#ccc-my_favorite-list .dd__oi_fg_note {
    display: flex;
    width: max-content;
    font-size: 2rem;
    border-radius: 35%;
    padding: 0.25rem 0.5rem;
    margin: auto;
    font-family: Satisfy, sans-serif;
}
#ccc-my_favorite-list .dd__oi_fg_note div {
    font-size: 1.25rem;
    align-self: end;
}
.js-ws-open {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 30px;
    padding: 12px 30px;
    position: relative;
}
.js-ws-open span {
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.js-ws-open span::before {
    content: '';
    display: block;
    width: 12px;
    height: 11px;
    position: absolute;
    left: 100%;
    top: 10px;
    margin-left: 10px;
    border-style: solid;
    border-width: 11px 6px 0 6px;
    border-color: #75335c transparent transparent transparent;
}
div[class*='js-ouverture'],
div[class*='js-tarifsclair'] {
    background-color: #f5f5f5;
    padding: 30px;
}

.ws-print {
    background-color: #75335c;
    border-radius: 20px;
    float: right;
    color: white;
    font-weight: 700;
    padding: 10px 20px 10px 50px;
    position: relative;
}
.ws-print::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    left: 15px;
    -webkit-mask-image: url(/app/mu-plugins/ws-plugins/extentions/favorite/inc/print.svg);
    mask-image: url(/app/mu-plugins/ws-plugins/extentions/favorite/inc/print.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: white;
}
</pre></body></html>