<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.bck-img {
    width: 100%;
    /* height: 200px; */
    max-width: 1920px;
    margin: 0 auto;
    background: url('../images/pattern-count.png') repeat, linear-gradient(to top right, #2194fe, #00c0c2);
}

.view h3 {
    font-weight: 300;
    font-family: 'Roboto';
    font-size: 14px;
    color: #2296F3;
    margin: 0px !important;
}

.bloc-content h1 {
    font-family: 'Montserrat';
    color: #fff !important;
    font-weight: 700;
    display: inline-block;
    padding: 8px 50px;
}
.bloc-content {
    text-align: center;
    padding: 2% 0px;
}

.view h2, .view h2 &gt; a {
    font-size: 18px !important;
    font-family:"Roboto" !important;
    font-weight: 700 !important;
    color: #000;
}

.view {
    margin: 50px 0px;
    padding:0 !important;
}

.view h2 {font-family:'Monsterrat';font-weight: 700 !important;font-size:18px !important;}

.bloc-h2 {
    padding: 0 !important;
}

.view li, .view p {
    padding: 2px 20px 2px 0px !important;
    font-family: 'Roboto';
    font-weight: 400;
        list-style: circle;
}

.block {
    margin: 20px;
    padding: 5px;
}

.view ul li a {
font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
    /* line-height: 2px; */
    color: cornflowerblue;
}</pre></body></html>