<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.front #content {
    margin-left: 0;
}
/*bloc presentation*/
#block-views-presentation_home-block_1 {
    width: 342px;
    height: 532px;
    float: left;
    background: url(../images/front/bienvenue.png) 0 12px no-repeat;
    position: absolute;
    top: -306px;
    left: 44px;
    z-index: 10;
}
#block-views-presentation_home-block_1 .content {
    background: #0085af;
    position: absolute;
    top: 318px;
    color: #fff;
    font-family: 'Trebuchet MS', sans-serif;
    padding: 24px 43px;
    font-size: 12px;
    text-align: justify;
}
#block-views-presentation_home-block_1 h2 a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    position: absolute;
    top: 203px;
    left: 32px;
    width: 278px;
    height: 120px;
    z-index: 10;
}
#block-views-presentation_home-block_1 a.more {
    display: block;
    text-indent: -9999px;
    width: 43px;
    height: 43px;
    background: url(../images/front/plus_presentation.png) no-repeat;
    position: absolute;
    right: -7px;
    bottom: -7px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#block-views-presentation_home-block_1 a.more:hover {
    right: -9px;
    bottom: -9px;
}

#block-views-presentation_home-block_1 .btn-booking {
    display: block;
    margin-bottom: 15px;
    padding: 10px 0;
    width: 100%;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #0085af;
    border-radius: 5px;
    background: #fff;
    transition: .3s ease;
}
#block-views-presentation_home-block_1 .btn-booking:hover {
    color: #fff;
    background: #1f5e96;
}</pre></body></html>