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

    --junior-color-rgb-cta: #722D08;
    --junior-color-hover-rgb-cta: #b04810;
}

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;
    clear: both;
}

.junior-folio.folio-block{
    border-color: var(--junior-color-rgb-cta);
}

.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;
}
.junior-folio .btn-cta{
    background:  var(--junior-color-hover-rgb-cta) !important;
    color: #fff !important;
}

.junior-folio .btn-cta:hover{
    background:  var(--junior-color-rgb-cta) !important;
}

#bandeau-footer {
    position: fixed;
    display: block !important;
    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;
}
.JUNIOR #bandeau-footer{
    background: #722D08;
}
.JUNIOR #bandeau-footer p{
    background-image: url('/_web-jun/static/icons/fav-junior.png');
}

@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
    }
}
.JUNIOR .pub-container{
    display: none !important;
}

#ad_topslot .pub-placeholder {
    min-height: 250px;
}
