
:root {
    --eu-color-rgb-cta: rgb(108, 51, 131);
    --eu-color-hover-rgb-cta: rgb(165, 84, 198);
}

body{
    padding-bottom: 2em;
}
.cta{
    display: block;
}

.folio-block {
    width: 100%;
    max-width: 550px;
    margin: 1em auto;
    border: .25em solid var(--eu-color-rgb-cta);
    border-radius: .375em;
    background: #f5f5f5;
    padding: .5em 1em;
}

.folio-block-title {
    font-size: 1.25em;
}

@media(max-width: 767px) {
    .folio-block-title {
        font-size: 1.1em;
    }
}

.folio-block ul {
    width: 100%;
    max-width: 300px;
    margin: 1em auto;
}

.folio-block ul li {
    font-size: .95em;
}

.btn-cta {
    background: var(--eu-color-rgb-cta) !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 1.15em !important;
}

.btn-cta:hover {
    background: var(--eu-color-hover-rgb-cta) !important;
    color: #fff !important;
    text-decoration: underline;
}

#bandeau-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgb(108,51,131);
    padding: .25em;
    z-index: 900;
    border-top: 1px solid rgba(166, 143, 22, 0.72);
}
#bandeau-footer p{
    font-size: 1.375em;
    margin: 0;
    background: url('/_web/static/icons/fr-apple-touch-icon-57x57.png') no-repeat left center;
    background-size: 28px 28px;
    padding-left: 1.75em;
}
@media(max-width: 768px){
    #bandeau-footer p{
        font-size: 1.2em;
        margin-left: .5em;
    }
    body:not(#page_12) .login-link-container{
        display: block !important;
        text-align: center;
        margin-top: -1em;
    }
}

#bandeau-footer a{
    color: #fff;
}


.pub-container{
    margin: 1em auto;
    display: block !important;
}
.pub-container .pub-placeholder{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #eee;
    color: #aaa;
    width: 100%;
    min-height: 100px;
}
.pub-container .pub-placeholder:before{
    content: "contenu sponsorisé";
    text-shadow: 0 0 1px #fff;
}
#ad_rightslot .pub-placeholder{
    min-height: 600px;
}
#ad_rightslot2 .pub-placeholder{
    min-height: 250px;
}

@media (max-width: 768px){
    .pub-container{
        display: none !important
    }
}